We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dae7ec commit d9ca103Copy full SHA for d9ca103
.github/workflows/release.yml
@@ -274,6 +274,7 @@ jobs:
274
- name: Build CDDA (linux)
275
if: runner.os == 'Linux' && matrix.mxe == 'none' && matrix.android == 'none' && !matrix.wasm
276
run: |
277
+ gcc -v --version
278
make -j$((`nproc`+0)) TILES=${{ matrix.tiles }} SOUND=${{ matrix.tiles }} RELEASE=1 LOCALIZE=1 LANGUAGES=all BACKTRACE=1 LIBBACKTRACE=${{ matrix.libbacktrace }} PCH=0 SANITIZE=address bindist
279
mv cataclysmdda-0.I.tar.gz cdda-${{ matrix.artifact }}-${{ needs.release.outputs.timestamp }}.tar.gz
280
- name: Build CDDA (WebAssembly)
0 commit comments