Skip to content

Commit

Permalink
try ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed Jan 20, 2025
1 parent b631dfb commit 579ad57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/all_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,9 @@ jobs:
toolchain: 1.82.0
targets: x86_64-pc-windows-msvc
components: clippy, rustfmt
- name: Install scoop
- name: Install scoop and llvm
run: |
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
- name: install llvm
run: |
scoop install llvm
- name: Prepare
shell: bash
Expand Down

0 comments on commit 579ad57

Please sign in to comment.