Skip to content

Commit 3aa0308

Browse files
committed
Testing powershell for Windows runner
1 parent 29966ad commit 3aa0308

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,14 +383,13 @@ jobs:
383383
with:
384384
path: sam
385385
- name: Build sam
386-
shell: bash
387386
if: steps.cachedsam.outputs.cache-hit != 'true'
388387
run: |
389388
cd sam
390389
mkdir build
391390
cd build
392391
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
392+
MSBuild.exe ./samos.sln /t:Build /p:Configuration=Release
394393
395394
# - name: Download RunProcess
396395
# shell: bash {0}

0 commit comments

Comments
 (0)