Merge pull request #84 from birth-software/disable-zig-downloading

Disable Zig downloading for CI
This commit is contained in:
David 2024-02-18 08:46:45 -06:00 committed by GitHub
commit f2edc8f42d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: