Skip to content

Commit

Permalink
try: llvm 15 for building in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamite-bud committed Dec 19, 2023
1 parent a85f3fd commit da7f3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "16"
version: "15"
- name: Download WASI SDK
run: |
curl -L -o wasi-sdk.tar.gz https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-20/wasi-sdk-20.0-linux.tar.gz
Expand Down

0 comments on commit da7f3ae

Please sign in to comment.