different approach

This commit is contained in:
Anton-4 2023-09-25 16:31:22 +02:00 committed by Brendan Hansknecht
parent 4cc6a9f1a6
commit 24e3da82be
No known key found for this signature in database
GPG key ID: 0EA784685083E75B

View file

@ -24,9 +24,10 @@ jobs:
- name: Check for duplicate AUTHORS
run: diff <(sort AUTHORS) <(sort AUTHORS | uniq) # The < operator treats a string as a file. diff 'succeeds' if no difference.
- run: |
zig version
$ROC_ZIG version
# make sure we use zig 11
- run: echo /home/small-ci-user/Downloads/zig-linux-x86_64-0.11.0/ >> GITHUB_PATH
- run: zig version
- name: zig fmt check, zig tests
run: cd crates/compiler/builtins/bitcode && ./run-tests.sh