Skip to content

Commit

Permalink
Update windows action
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorious3 committed Mar 3, 2024
1 parent aa9ae83 commit 16b5c2a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Download Custom LLVM
run: |
C:\msys64\usr\bin\wget.exe https://vic.nightfall.moe/llvm/llvm-13-release.zip
shell: cmd
- name: Extract Custom LLVM
run: |
7z x llvm-13-release.zip
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "17.0"
- name: Install requirements
run: |
python -m pip install tatsu requests
Expand Down

0 comments on commit 16b5c2a

Please sign in to comment.