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 21, 2024
1 parent 696e9ea commit 64d3e12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ jobs:
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
echo $HOME
echo $CARGO_HOME
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 64d3e12

Please sign in to comment.