Skip to content

Commit

Permalink
ci: add llvm dependency for ld.lld linker
Browse files Browse the repository at this point in the history
  • Loading branch information
mewmew committed May 26, 2022
1 parent 2909b44 commit cdf0142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3

- name: install dependencies
run: sudo apt install -y nasm clang mtools
run: sudo apt install -y nasm clang mtools llvm

- name: install zig
run: sudo snap install zig --classic --beta
Expand Down

0 comments on commit cdf0142

Please sign in to comment.