File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,6 @@ jobs:
190190 cd ../..
191191
192192 - name : Build bext
193- shell : powershell
194193 run : |
195194 cmake -E make_directory bext_build
196195 cmake -S bext -B bext_build -DCMAKE_BUILD_TYPE=Release -DUSE_GDAL=OFF -DUSE_TCL=OFF -DUSE_QT=OFF -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}\bext_output
@@ -236,6 +235,12 @@ jobs:
236235 # https://github.community/t/deprecated-add-path/136621
237236 run : echo "$ENV{GITHUB_WORKSPACE}" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
238237
238+ - name : Add msbuild to PATH
239+ uses : microsoft/setup-msbuild@v1.0.2
240+
241+ - name : Add cl.exe to PATH
242+ uses : ilammy/msvc-dev-cmd@v1
243+
239244 - name : Clone bext
240245 run : |
241246 git clone https://github.com/BRL-CAD/bext.git
You can’t perform that action at this time.
0 commit comments