From b51906fbf0529f589804eb3bb50fbb1388f1afbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Mon, 16 Sep 2024 09:18:52 +0100 Subject: [PATCH] fix(ci): add "which" until yast2-devtools gets fixed * See https://github.com/yast/yast-devtools/pull/176 for further information. --- .github/workflows/weblate-update-pot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weblate-update-pot.yml b/.github/workflows/weblate-update-pot.yml index ec7dac0486..462f64b2fb 100644 --- a/.github/workflows/weblate-update-pot.yml +++ b/.github/workflows/weblate-update-pot.yml @@ -29,7 +29,7 @@ jobs: - name: Install tools run: | RUBY_VERSION=$(ruby -e "puts RbConfig::CONFIG['ruby_version']") - zypper --non-interactive install --no-recommends diffutils git gettext-tools npm-default "rubygem(ruby:$RUBY_VERSION:yast-rake)" "rubygem(ruby:$RUBY_VERSION:gettext)" yast2-devtools + zypper --non-interactive install --no-recommends diffutils git gettext-tools npm-default "rubygem(ruby:$RUBY_VERSION:yast-rake)" "rubygem(ruby:$RUBY_VERSION:gettext)" yast2-devtools which - name: Checkout Agama sources uses: actions/checkout@v4