Skip to content

Commit 49a96a9

Browse files
Update codeql-analysis.yml
1 parent 22b72fa commit 49a96a9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
analyze:
1919
name: Analyze
20-
runs-on: ubuntu-latest
20+
runs-on: windows-latest
2121

2222
strategy:
2323
fail-fast: false
@@ -70,6 +70,9 @@ jobs:
7070
- name: echo
7171
run: $env:BOOST_ROOT_LATEST
7272

73+
- name: symbolic boost folder
74+
run: mklink /D ..\boost $env:BOOST_ROOT_LATEST
75+
7376
- name: cmake
7477
run: cmake .
7578

0 commit comments

Comments
 (0)