Skip to content

Commit f83d61d

Browse files
committed
Update Windows workflow for bash shell for ORTOOLSDIR
1 parent 98a7750 commit f83d61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ jobs:
389389
cd sam
390390
mkdir build
391391
cd build
392-
cmake -G "Visual Studio 17 2022" -DCMAKE_CONFIGURATION_TYPES="Release" -DCMAKE_SYSTEM_VERSION=10 -DSAMAPI_EXPORT=0 -DUSE_XPRESS=0 -DUSE_COINOR=1 -DCMAKE_SYSTEM_VERSION=10.0 -DCMAKE_SYSTEM_PREFIX_PATH=$ORTOOLSDIR -Dabsl_DIR=$ORTOOLSDIR\lib\cmake\absl" -Dutf8_range_DIR=$ORTOOLSDIR\lib\cmake\utf8_range" ..
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" ..
393393
MSBuild.exe .\samos.sln /t:Build /p:Configuration=Release
394394
395395
# - name: Download RunProcess

0 commit comments

Comments
 (0)