remove ROC_ZIG, path changes

I updated zig with homebrew, which I expect will result in the least problems

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2023-10-24 16:21:39 +02:00 committed by GitHub
parent 2184158b39
commit 3646a2950f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,6 @@ name: Nightly Release macOS Apple Silicon
env: env:
RUST_BACKTRACE: 1 RUST_BACKTRACE: 1
LLVM_SYS_160_PREFIX: /opt/homebrew/opt/llvm@16 LLVM_SYS_160_PREFIX: /opt/homebrew/opt/llvm@16
ROC_ZIG: /Users/m1ci/Downloads/zig-macos-aarch64-0.11.0/zig
jobs: jobs:
test-and-build: test-and-build:
@ -18,10 +17,6 @@ jobs:
timeout-minutes: 90 timeout-minutes: 90
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Update PATH to use zig 11
run: |
echo "PATH=$ROC_ZIG:$PATH" >> $GITHUB_ENV
- run: zig version - run: zig version