Skip to content

Commit

Permalink
Fixed CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Sep 5, 2024
1 parent ca7d72d commit c821301
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
steps:

- name: Git Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Configure git
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: Install Dependencies
run: zypper --non-interactive install --no-recommends "rubygem(`rpm --eval '%{rb_default_ruby_abi}'`:rubocop:1.24.1)" yast2-devtools
Expand Down

0 comments on commit c821301

Please sign in to comment.