fix llvm version query

This commit is contained in:
Anton-4 2022-06-17 20:05:47 +02:00
parent ec87f33c83
commit 8f2498eff6
No known key found for this signature in database
GPG Key ID: C954D6E0F9C0ABFD

View File

@ -16,7 +16,7 @@ jobs:
- name: zig version
run: zig version
- name: llvm version
run: which llc #llc --version | grep llvm
run: llc --version | grep LLVM
- name: run tests
run: cargo test --locked # no --release yet until #3166 is fixed
- name: write version to file