We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a8216 commit 0a919ebCopy full SHA for 0a919eb
1 file changed
.github/workflows/codeql-analysis.yml
@@ -80,14 +80,9 @@ jobs:
80
- name: Verify boost library directory
81
run: $env:BOOST_ROOT_LIBRARYDIR
82
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
-
89
- name: Build STTP
90
run: |
+ cmd /c mklink /D "D:\a\cppapi\boost" "$env:BOOST_ROOT"
91
$Env:Path += ";C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin"
92
msbuild src
93
0 commit comments