Skip to content

Commit

Permalink
ci: nix-test: Uninstall system LLVM packages
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Sylvester Bauer <[email protected]>
  • Loading branch information
sylv-io committed Oct 16, 2024
1 parent e43b10f commit 5311787
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
nix-test:
runs-on: ubuntu-latest
steps:
- name: Uninstall system LLVM packages
run: |
sudo apt remove llvm-16 llvm-17 llvm-18 -y
- name: Checkout
uses: actions/checkout@v4
- name: Pull musl
Expand Down

0 comments on commit 5311787

Please sign in to comment.