Merge pull request #7309 from filecoin-project/ci/mac-os-jq-fix
remove job to install jq
This commit is contained in:
commit
aae9bf3f46
@ -367,11 +367,6 @@ jobs:
|
|||||||
name: Install Rust
|
name: Install Rust
|
||||||
command: |
|
command: |
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
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:
|
- run:
|
||||||
name: Install hwloc
|
name: Install hwloc
|
||||||
command: |
|
command: |
|
||||||
|
@ -367,11 +367,6 @@ jobs:
|
|||||||
name: Install Rust
|
name: Install Rust
|
||||||
command: |
|
command: |
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
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:
|
- run:
|
||||||
name: Install hwloc
|
name: Install hwloc
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
Reference in New Issue
Block a user