Skip to content

Commit 299993b

Browse files
committed
chore: fix
1 parent e2ed0fe commit 299993b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/common_build_upload.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,15 +249,12 @@ jobs:
249249
with:
250250
go-version: 1.18
251251

252-
- name: install deps
253-
run: |
254-
xcode-select --install
255-
256252
- name: install more deps
257253
if: ${{ inputs.has_ffi }}
258254
run: |
259255
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
260-
brew install jq pkg-config hwloc
256+
brew install bzr jq pkg-config hwloc coreutils
257+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
261258
262259
- name: Build
263260
run: |

0 commit comments

Comments
 (0)