Skip to content

Commit

Permalink
Add cargo bin to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Jan 17, 2025
1 parent 85ffea2 commit 7a8053a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,11 @@ jobs:
chmod u+x rustup.sh
./rustup.sh -y
- name: Add cargo bin to PATH
if: env.runner == 'macos-arm64'
shell: bash
run: echo "/Users/jonas/.cargo/bin" >> $GITHUB_PATH

- name: Install go
if: env.runner == 'macos-11' || env.runner == 'macos-12' || env.runner == 'macos-13' || env.runner == 'macos-14'
uses: actions/setup-go@v5
Expand Down

0 comments on commit 7a8053a

Please sign in to comment.