Skip to content

Commit 0a919eb

Browse files
Update codeql-analysis.yml
1 parent c7a8216 commit 0a919eb

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,9 @@ jobs:
8080
- name: Verify boost library directory
8181
run: $env:BOOST_ROOT_LIBRARYDIR
8282

83-
- name: Set symbolic boost folder to parallel STTP source
84-
run: |
85-
$currentPath = Get-Location
86-
cmd /c mklink /D "D:\a\cppapi\boost" "$env:BOOST_ROOT"
87-
cmd /c dir "D:\a\cppapi\boost"
88-
8983
- name: Build STTP
9084
run: |
85+
cmd /c mklink /D "D:\a\cppapi\boost" "$env:BOOST_ROOT"
9186
$Env:Path += ";C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin"
9287
msbuild src
9388

0 commit comments

Comments
 (0)