Skip to content

Commit 25e5a23

Browse files
committed
Update workflow
1 parent f4471a3 commit 25e5a23

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/snapshot-deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ jobs:
115115
steps:
116116
- uses: actions/checkout@v4
117117

118+
- name: Fix gsutil dependency
119+
run: pip install six
120+
118121
- name: Build native code (macOS arm64)
119122
run: |
120123
cd native && mkdir build && cd build
@@ -166,6 +169,9 @@ jobs:
166169
steps:
167170
- uses: actions/checkout@v4
168171

172+
- name: Fix gsutil dependency
173+
run: pip install six
174+
169175
- name: Build native code (Windows)
170176
run: |
171177
cd native

0 commit comments

Comments
 (0)