summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-11-19 20:27:57 +0100
committerSébastien Helleu <flashcode@flashtux.org>2022-11-19 20:27:57 +0100
commit11a5e0a6271dcdb1bc9dbbfa6115d4b482b9cdd7 (patch)
tree03e1dcb7fef206a8a84c00a9f4cd44843c9fedf1 /.github
parentea9c3b22184b17acad27ff1bad059621dcd5acb6 (diff)
downloadweechat-11a5e0a6271dcdb1bc9dbbfa6115d4b482b9cdd7.zip
ci: install guile-3.0-dev instead of guile-2.2-dev
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 839f9f9a5..a656d1bc8 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 autopoint cmake ninja-build lcov pkg-config libncursesw5-dev gem2deb libperl-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
+ WEECHAT_DEPENDENCIES: devscripts equivs python3-pip autopoint cmake ninja-build lcov pkg-config libncursesw5-dev gem2deb libperl-dev python3-dev libaspell-dev liblua5.3-dev tcl8.6-dev guile-3.0-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: