Trying a different debug flag
This commit is contained in:
3
.github/workflows/build-helloworld-vita.yml
vendored
3
.github/workflows/build-helloworld-vita.yml
vendored
@ -25,10 +25,9 @@ jobs:
|
||||
run: |
|
||||
export VITASDK=/usr/local/vitasdk
|
||||
export PATH=$VITASDK/bin:$PATH
|
||||
export CMAKE_BUILD_TYPE=Debug
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -DDAWN_BUILD_TARGET=target-helloworld-vita
|
||||
cmake .. -DDAWN_BUILD_TARGET=target-helloworld-vita -DCMAKE_BUILD_TYPE=Debug
|
||||
make
|
||||
|
||||
- name: Deploying
|
||||
|
Reference in New Issue
Block a user