Skip to content

Commit b059fc9

Browse files
committed
fixup! build: update aspect_bazel_lib to fix windows gzip issues
test
1 parent 75e608c commit b059fc9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ jobs:
127127
runs-on: windows-latest
128128
steps:
129129
# Workaround for: https://github.com/bazel-contrib/bazel-lib/issues/968.
130+
- name: Setup tmate session
131+
uses: mxschmitt/action-tmate@v3
132+
with:
133+
limit-access-to-actor: true
130134
- run: choco install gzip
131135
- run: gzip --help
132136
- name: Initialize environment

0 commit comments

Comments
 (0)