Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Jan 3, 2023
1 parent 5df40bc commit 222685b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/common_build_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ jobs:
if: ${{ inputs.has_ffi }}
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install jq pkg-config hwloc coreutils
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
brew install jq pkg-config hwloc
- name: Build
run: |
Expand Down

0 comments on commit 222685b

Please sign in to comment.