Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoeldner committed Nov 12, 2024
1 parent 287453a commit 3d7cca7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ jobs:
run: |
export PATH="${PATH}:/root/.cargo/bin"
curl -sSf https://sh.rustup.rs | sudo sh -s -- -y
mkdir -p /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 3d7cca7

Please sign in to comment.