Disable Zig downloading for CI
This commit is contained in:
parent
e32c6acfdd
commit
ee7197fbb5
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -19,10 +19,6 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Zig
|
||||
uses: goto-bus-stop/setup-zig@v2
|
||||
with:
|
||||
version: master
|
||||
- name: Test
|
||||
run: zig build test -Dself_hosted_ci=true -Dllvm_path=../../../../../dev/llvm/llvm-static-release-zen4-17.0.6/out/x86_64-linux-musl-native
|
||||
# macos_m1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user