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 6f5f4be commit c205b69
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
with:
arch: "x64"
version: "17.0.6"
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
Expand All @@ -32,10 +37,6 @@ jobs:
run: npm run set-flavour DEV
- name: Set build id
run: npm run set-build-id
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
with:
version: "17.0.6"
- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit c205b69

Please sign in to comment.