mirror of
https://github.com/actions/runner.git
synced 2025-12-11 12:57:05 +00:00
windows
This commit is contained in:
9
.github/workflows/codeql.yml
vendored
9
.github/workflows/codeql.yml
vendored
@@ -23,7 +23,14 @@ jobs:
|
|||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v1
|
uses: github/codeql-action/init@v1
|
||||||
|
|
||||||
- name: Manual build
|
- name: Manual build (Windows)
|
||||||
|
if: runner.os == windows
|
||||||
|
run : |
|
||||||
|
dev.cmd layout Release
|
||||||
|
working-directory: src
|
||||||
|
|
||||||
|
- name: Manual build (Non-Windows)
|
||||||
|
if: runner.os != windows
|
||||||
run : |
|
run : |
|
||||||
./dev.sh layout Release
|
./dev.sh layout Release
|
||||||
working-directory: src
|
working-directory: src
|
||||||
|
|||||||
Reference in New Issue
Block a user