This commit is contained in:
TingluoHuang
2020-05-11 14:28:43 -04:00
parent 10bce3549c
commit edfad1a198

View File

@@ -24,13 +24,13 @@ jobs:
uses: github/codeql-action/init@v1
- name: Manual build (Windows)
if: runner.os == windows
if: runner.os == 'windows'
run : |
dev.cmd layout Release
working-directory: src
- name: Manual build (Non-Windows)
if: runner.os != windows
if: runner.os != 'windows'
run : |
./dev.sh layout Release
working-directory: src