mirror of https://github.com/PrimeDecomp/prime.git
Disable GENERATE_MAP by default (faster linking)
Former-commit-id: c21e495b7e
This commit is contained in:
parent
361f2bb9ce
commit
d3fd9a3936
|
@ -32,7 +32,7 @@ jobs:
|
|||
cmake -B build
|
||||
cmake --build build
|
||||
- name: Build
|
||||
run: make -j$(nproc) WINE=./tools/WiBo/build/wibo
|
||||
run: make -j$(nproc) WINE=./tools/WiBo/build/wibo GENERATE_MAP=1
|
||||
- name: Upload map
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue