Skip to content

Commit

Permalink
add winget install of llvm 17.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady committed Aug 3, 2024
1 parent 9e6865a commit ae97450
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/stable_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
- name: Install latest stable rust
run: rustup update

- name: Install winget
uses: Cyberboss/install-winget@v1

- name: Install LLVM 17.0.1
shell: powershell
run: winget install LLVM.LLVM --version 17.0.1 --disable-interactivity --accept-source-agreements --force

# TODO: cache

- name: Build
Expand Down

0 comments on commit ae97450

Please sign in to comment.