diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-03-30 21:54:36 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-03-30 21:54:36 +0200 |
commit | 9b1184e180192829d76d39557f49276efe0ff568 (patch) | |
tree | 4e00b0de71357a8791404011aaddaa9ba94aaf61 | |
parent | f39553152f6472d3f5351ddfce5dd77a12c6a628 (diff) | |
download | weechat-9b1184e180192829d76d39557f49276efe0ff568.zip |
ci: install package ruby-pygments.rb
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbc9b48f8..eb6b73213 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: - pull_request env: - WEECHAT_DEPENDENCIES: devscripts equivs python3-pip libenchant-dev autopoint cmake ninja-build lcov pkg-config libncursesw5-dev gem2deb libperl-dev python2-dev python3-dev libaspell-dev liblua5.3-dev tcl8.6-dev guile-2.2-dev libv8-dev libcurl4-gnutls-dev libgcrypt20-dev libgnutls28-dev libzstd-dev zlib1g-dev curl libcpputest-dev php8.0-dev libphp8.0-embed libargon2-dev libsodium-dev pylint python3-bandit asciidoctor + WEECHAT_DEPENDENCIES: devscripts equivs python3-pip libenchant-dev autopoint cmake ninja-build lcov pkg-config libncursesw5-dev gem2deb libperl-dev python2-dev python3-dev libaspell-dev liblua5.3-dev tcl8.6-dev guile-2.2-dev libv8-dev libcurl4-gnutls-dev libgcrypt20-dev libgnutls28-dev libzstd-dev zlib1g-dev curl libcpputest-dev php8.0-dev libphp8.0-embed libargon2-dev libsodium-dev pylint python3-bandit asciidoctor ruby-pygments.rb jobs: |