Skip to content

Commit

Permalink
Show compiler information
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab committed Oct 2, 2024
1 parent 7586704 commit ed4b452
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
luajit-revision: ['2240d84464cc3dcb22fd976f1db162b36b5b52d5', 'f5fd22203eadf57ccbaa4a298010d23974b22fc0']

steps:
- name: Show compiler information
run: |
cc --version
gcc --version
clang --version
ld -v
- name: Build LuaJIT
env:
LUAJIT_REVISION: ${{ matrix.luajit-revision }}
Expand Down

0 comments on commit ed4b452

Please sign in to comment.