Skip to content

Commit

Permalink
workflow(fix): switch to a different clang installer
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigTag committed Jan 29, 2025
1 parent 719a7a9 commit bfea29a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Clang
uses: egor-tensin/setup-clang@v1
- name: Install LLVM and Clang
uses: KyleMayes/[email protected]
with:
version: 17
platform: x64
version: "17.0.6"

- name: Cache cargo-msfs
uses: actions/cache@v4
Expand Down

0 comments on commit bfea29a

Please sign in to comment.