File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,9 @@ jobs:
105
105
if : runner.os == 'Windows'
106
106
run : |
107
107
set -x
108
- /usr/bin/pacman --noconfirm -S mingw-w64-snappy mingw-w64-protobuf
108
+ pushd /tmp
109
+ /usr/bin/pacman --noconfirm -S mingw-w64-x86_64-protobuf mingw-w64-x86_64-snappy
110
+ popd
109
111
110
112
- uses : actions/checkout@v4
111
113
@@ -239,11 +241,11 @@ jobs:
239
241
# to restore the original path. Do note that some test might need msys2
240
242
# and will silently fail if msys2 is not in path. See the "Run tests" step.
241
243
#
242
- # - name: Setup tmate session
243
- # if: ${{ failure() }}
244
- # uses: mxschmitt/action-tmate@v3
245
- # with:
246
- # limit-access-to-actor: true
244
+ - name : Setup tmate session
245
+ if : ${{ failure() }}
246
+ uses : mxschmitt/action-tmate@v3
247
+ with :
248
+ limit-access-to-actor : true
247
249
248
250
build-complete :
249
251
needs : [build]
You can’t perform that action at this time.
0 commit comments