Skip to content

Commit 3a1f43f

Browse files
committed
Fix winuwp ci due to github action vm disk space insufficient
1 parent 0c75f05 commit 3a1f43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
submodules: 'recursive'
6464
- name: Build
6565
shell: pwsh
66-
run: .\tools\cmdline\axmol -p winuwp -a x64 -O0
66+
run: .\tools\cmdline\axmol -p winuwp -a x64 -O3
6767
win32-clang:
6868
runs-on: windows-latest
6969
env:

0 commit comments

Comments
 (0)