diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0e478a..7fe77c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: