Skip to content

Commit

Permalink
drop version?
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil committed Oct 20, 2024
1 parent f6bed2c commit 536620f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: make -B deps

- name: Test compiler_spec
run: make compiler_spec junit_output=.junit/compiler_spec.xml
run: EXPORT_CC='CC="cc -fuse-ld=lld"' make compiler_spec junit_output=.junit/compiler_spec.xml

- name: Integration test
run: EXPORT_CC='CC="cc -fuse-ld=lld-${{ matrix.llvm_version }}"' make crystal std_spec threads=1 junit_output=.junit/std_spec.xml
run: EXPORT_CC='CC="cc -fuse-ld=lld"' make crystal std_spec threads=1 junit_output=.junit/std_spec.xml

0 comments on commit 536620f

Please sign in to comment.