Skip to content

Commit

Permalink
add mac deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoeldner committed Nov 11, 2024
1 parent 79c1216 commit 1d17f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ jobs:
run: |
export PATH="${PATH}:/usr/local/go/bin"
sudo curl -L https://go.dev/dl/go1.23.3.darwin-amd64.tar.gz -O
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.23.3.darwin-amd64.tar.gz
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.23.3.linux-amd64.tar.gz
go version
- name: Install plonk verifier dependencies (Rust)
run: |
export PATH="${PATH}:/root/.cargo/bin"
curl -sSf https://sh.rustup.rs | sudo sh -s -- -y
curl -LsSf https://get.nexte.st/latest/linux | sudo tar zxf - -C ${CARGO_HOME:-/root/.cargo}/bin
curl -LsSf https://get.nexte.st/latest/mac | sudo tar zxf - -C ${CARGO_HOME:-/root/.cargo}/bin
cargo version
rustc --version
Expand Down

0 comments on commit 1d17f2f

Please sign in to comment.