Skip to content

Commit

Permalink
Disable clang builds until dnf5 outputs are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos authored and jan-kolarik committed Feb 20, 2024
1 parent 9763e46 commit 218d91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false # don't fail all matrix jobs if one of them fails
matrix:
compiler: [gcc, clang] # gcc is the default
compiler: [gcc] # gcc is the default

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 218d91a

Please sign in to comment.