mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
fix zig download link here too
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
3f93e5c7c0
commit
bb4b325b4e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/windows_release_build.yml
vendored
4
.github/workflows/windows_release_build.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
|
||||
- name: download and install zig
|
||||
run: |
|
||||
curl.exe -f --output "C:\zig-windows-x86_64-0.11.0.zip" --url https://ziglang.org/download/0.11.0/zig-windows-x86-0.11.0.zip
|
||||
curl.exe -f --output "C:\zig-windows-x86_64-0.11.0.zip" --url https://ziglang.org/download/0.11.0/zig-windows-x86_64-0.11.0.zip
|
||||
cd C:\
|
||||
7z x zig-windows-x86_64-0.11.0.zip
|
||||
Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.11.0\"
|
||||
|
|
@ -42,4 +42,4 @@ jobs:
|
|||
7z x LLVM-16.0.6-win64.7z -oC:\LLVM-16.0.6-win64
|
||||
|
||||
- name: cargo build release.
|
||||
run: cargo build --locked --release
|
||||
run: cargo build --locked --release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue