mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +00:00
c
This commit is contained in:
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user