Skip to content

Commit 20372e0

Browse files
committed
log msys2 location because windows broke
1 parent 2c21256 commit 20372e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/prebuild.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ jobs:
237237
# https://github.com/msys2/setup-msys2#setup-msys2
238238
# https://github.com/actions/virtual-environments/pull/632
239239
- uses: msys2/setup-msys2@v2
240+
id: msys2
240241
with:
241242
msystem: UCRT64
242243
update: true
@@ -255,6 +256,7 @@ jobs:
255256

256257
- name: Build
257258
run: |
259+
echo "MSYS2 LOCATION: ${{steps.msys2.outputs.msys2-location}}"
258260
git checkout ${{ matrix.canvas_tag }}
259261
git checkout $env:GITHUB_SHA -- prebuild/
260262
npm install -g node-gyp

0 commit comments

Comments
 (0)