Skip to content

Commit

Permalink
ci reinstall coreutils
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Jan 26, 2025
1 parent 6d6e335 commit cb64bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
uses: actions/checkout@v4

- name: Make sure coreutils is installed
run: dnf install -y coreutils
run: dnf reinstall -y coreutils

- name: Debug
run: |
Expand Down

0 comments on commit cb64bed

Please sign in to comment.