Skip to content

Commit

Permalink
ci: fix-up publish workflow with apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
silverjam committed Oct 3, 2023
1 parent 450c345 commit 9f7ba3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install musl tools
if: matrix.needs_musl
run: >-
sudo apt-get install
sudo apt-get update && apt-get install
clang
llvm
musl-tools
Expand Down

0 comments on commit 9f7ba3f

Please sign in to comment.