Skip to content

Commit

Permalink
fix(ci): add "which" until yast2-devtools gets fixed (#1610)
Browse files Browse the repository at this point in the history
- The `which` command is required by `y2makepot`, from the
`yast2-devtools` package.
- yast/yast-devtools#176 fixes the problem, but
until
the fix lands in Factory, we would like to have our CI working again (it
has been broken for at least two weeks).
  • Loading branch information
imobachgs committed Sep 16, 2024
2 parents 6b4bd27 + b51906f commit c2bef40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weblate-update-pot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2bef40

Please sign in to comment.