mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +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
|
||||
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 : |
|
||||
./dev.sh layout Release
|
||||
working-directory: src
|
||||
|
||||
Reference in New Issue
Block a user