Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Olivier <[email protected]>
  • Loading branch information
martin-olivier committed Nov 8, 2023
1 parent 5afd195 commit 4322586
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 @@ -130,7 +130,7 @@ jobs:
-v ${{ github.workspace }}:/workspace
-w /workspace
fedora:38
sh -c "dnf update && dnf install -y ./airgorah_${{ matrix.arch }}.rpm"
sh -c "dnf update -y && dnf install -y ./airgorah_${{ matrix.arch }}.rpm"
- name: Save redhat artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4322586

Please sign in to comment.