Make -llvm-api run first before old backend on Linux

This commit is contained in:
gingerBill
2021-04-25 15:52:24 +01:00
parent fb6288a54e
commit 1387fd9047
+3 -3
View File
@@ -10,10 +10,10 @@ jobs:
run: sudo apt-get install llvm-11 clang-11
- name: build odin
run: make release
- name: Odin run -llvm-api
run: ./odin run examples/demo/demo.odin -llvm-api
- name: Odin run
run: |
./odin run examples/demo/demo.odin
./odin run examples/demo/demo.odin -llvm-api
run: ./odin run examples/demo/demo.odin
- name: Odin check
run: ./odin check examples/demo/demo.odin -vet
build_macOS: