Skip to content

Commit

Permalink
Downgrade LLVM in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Jun 22, 2024
1 parent c205b69 commit 4a61ba9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
- name: Setup LLVM
uses: ZhongRuoyu/setup-llvm@v0
with:
arch: "x64"
version: "17.0.6"
llvm-version: 17
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 4a61ba9

Please sign in to comment.