Show compiler version
This commit is contained in:
parent
7e908fef0e
commit
097705456c
2
.github/workflows/buildability.yml
vendored
2
.github/workflows/buildability.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
./.github/actions/install_deps.sh ${{ matrix.os }}
|
./.github/actions/install_deps.sh ${{ matrix.os }}
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
make sdl ${{ matrix.extra_target }} -j CONF=release CC=${{ matrix.cc }}
|
${{ matrix.cc }} -v; make sdl ${{ matrix.extra_target }} -j CONF=release CC=${{ matrix.cc }}
|
||||||
- name: Upload binaries
|
- name: Upload binaries
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user