Skip to content

Commit a74c755

Browse files
committed
More yml adjustments
1 parent 5e2ac7e commit a74c755

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)