Skip to content

Commit

Permalink
Hack n+...
Browse files Browse the repository at this point in the history
  • Loading branch information
olanti-p committed Nov 24, 2023
1 parent 0b513da commit eb1cb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-release-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
run: |
mkdir build
cd build
/opt/mxe/usr/bin/x86_64-w64-mingw32.static.gcc11-cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DTILES=1 -DSOUND=0 -DCURSES=0 -DLUA=0 -DUSE_HOME_DIR=0 -DUSE_PREFIX_DATA_DIR=0
/opt/mxe/usr/bin/x86_64-w64-mingw32.static.gcc11-cmake .. -DCMAKE_BUILD_TYPE=MinSizeRel -DTILES=1 -DSOUND=0 -DCURSES=0 -DLUA=0 -DUSE_HOME_DIR=0 -DUSE_PREFIX_DATA_DIR=0
- name: Build BNMT (Linux)
if: runner.os == 'Linux' && matrix.mxe == 'none' && matrix.android == 'none'
run: |
Expand Down

0 comments on commit eb1cb44

Please sign in to comment.