ditch llvm version check

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2024-04-26 17:31:35 +02:00 committed by GitHub
parent 15d5c56622
commit 8a92517387
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,9 +24,6 @@ jobs:
- run: zig version
- name: llvm version
run: llc --version | grep LLVM
- name: run tests
run: cargo test --locked --release