We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29966ad commit 3aa0308Copy full SHA for 3aa0308
.github/workflows/ci.yml
@@ -383,14 +383,13 @@ jobs:
383
with:
384
path: sam
385
- name: Build sam
386
- shell: bash
387
if: steps.cachedsam.outputs.cache-hit != 'true'
388
run: |
389
cd sam
390
mkdir build
391
cd build
392
cmake -G "Visual Studio 17 2022" -DCMAKE_CONFIGURATION_TYPES="Release" -DCMAKE_SYSTEM_VERSION=10 -DSAMAPI_EXPORT=0 -DCMAKE_SYSTEM_PREFIX_PATH=${ORTOOLSDIR} -Dabsl_DIR=${ORTOOLSDIR}\lib\cmake\absl" -Dutf8_range_DIR=${ORTOOLSDIR}\lib\cmake\utf8_range" ..
393
- MSBuild.exe ./samos.sln \/t:Build \/p:Configuration=Release
+ MSBuild.exe ./samos.sln /t:Build /p:Configuration=Release
394
395
# - name: Download RunProcess
396
# shell: bash {0}
0 commit comments