Disable Zig downloading for CI

This commit is contained in:
David Gonzalez Martin 2024-02-18 08:45:43 -06:00
parent e32c6acfdd
commit ee7197fbb5

View File

@ -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: