mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
different approach
This commit is contained in:
parent
4cc6a9f1a6
commit
24e3da82be
1 changed files with 4 additions and 3 deletions
7
.github/workflows/ubuntu_x86_64.yml
vendored
7
.github/workflows/ubuntu_x86_64.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue