Skip to content

Commit

Permalink
download ninja from github
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi committed Jan 31, 2024
1 parent 66d792d commit ffd30da
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,14 @@ jobs:
with:
version: "v0.7.5"

- name: Show PATH
run: $Env:PATH

- name: Install build dependencies
run: choco install --no-progress ninja
run: |
Invoke-WebRequest https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-win.zip -OutFile ninja-win.zip
Expand-Archive -Force ninja-win.zip
ls
#
# Build
Expand Down

0 comments on commit ffd30da

Please sign in to comment.