Merge pull request #7309 from filecoin-project/ci/mac-os-jq-fix

remove job to install jq
This commit is contained in:
Łukasz Magiera
2021-09-10 09:21:19 -07:00
committed by GitHub
2 changed files with 0 additions and 10 deletions
-5
View File
@@ -367,11 +367,6 @@ jobs:
name: Install Rust
command: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
- run:
name: Install jq
command: |
curl --location https://github.com/stedolan/jq/releases/download/jq-1.6/jq-osx-amd64 --output /usr/local/bin/jq
chmod +x /usr/local/bin/jq
- run:
name: Install hwloc
command: |
-5
View File
@@ -367,11 +367,6 @@ jobs:
name: Install Rust
command: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
- run:
name: Install jq
command: |
curl --location https://github.com/stedolan/jq/releases/download/jq-1.6/jq-osx-amd64 --output /usr/local/bin/jq
chmod +x /usr/local/bin/jq
- run:
name: Install hwloc
command: |