diff options
author | Reiko Asakura | 2021-08-26 12:51:38 -0400 |
---|---|---|
committer | Reiko Asakura | 2021-08-26 12:51:38 -0400 |
commit | b5db9d714f31a5596a960f05fc40abe04a74e13d (patch) | |
tree | 663a38d60a631e311117a9ecee04a49a811c642a | |
parent | Add NIDs in SceCodecEngineWrapperForDriver (diff) | |
download | vds-libraries-b5db9d714f31a5596a960f05fc40abe04a74e13d.tar.gz |
ci: fail test workflow on compiler remark
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a576d1..5956d01 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ on: env: SCE_ROOT_DIR: ${{ github.workspace }}/ci-base/SCE SCE_PSP2_SDK_DIR: ${{ github.workspace }}/ci-base/sdk - PSP2SNC: ${{ github.workspace }}/ci-base/sdk/host_tools/build/bin/psp2snc.exe + PSP2SNC: ${{ github.workspace }}/ci-base/sdk/host_tools/build/bin/psp2snc.exe -Xquit=2 jobs: |