Skip to content

Commit

Permalink
gh: bump llvm version in main action
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaqi Gao <[email protected]>
  • Loading branch information
gaojiaqi7 committed Sep 7, 2024
1 parent 6dd3f95 commit e78822f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@10c8957324ef77f0712d883b9ed08adb6da4a192 # v2.0.4
with:
version: "10.0"
version: "13.0"
directory: ${{ runner.temp }}/llvm

- name: Install NASM
Expand Down

0 comments on commit e78822f

Please sign in to comment.