Skip to content

Commit

Permalink
ci: use dnf group install instead of dnf groupinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Jan 24, 2024
1 parent b5e4a66 commit fd7221c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
rust: [ stable, nightly ]
fedora: [ 37, 38, rawhide ]
fedora: [ 38, 39, rawhide ]
include:
- rust: nightly
fedora: 38
Expand All @@ -53,7 +53,7 @@ jobs:
# required to be able to build rust packages: Development Tools
# https://trendoceans.com/fix-linker-cc-not-found/
run: |
sudo dnf groupinstall -y "Development Tools"
sudo dnf group install -y "Development Tools"
- name: Test
if: ${{ matrix.coverage != true }}
Expand Down Expand Up @@ -149,5 +149,3 @@ jobs:
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: rust-clippy-results.sarif

...

0 comments on commit fd7221c

Please sign in to comment.