Skip to content

Commit

Permalink
path fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Sep 20, 2024
1 parent b8bea5c commit 5117b79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ runs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Set PATH
shell: bash
run: echo "export PATH=\$PATH:$HOME/.cargo/bin" >> $GITHUB_ENV

- name: Set up git private repo access
shell: bash
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
runs-on: self-hosted
env:
CARGO_NET_GIT_FETCH_WITH_CLI: true
PATH: $PATH:/home/runner/.cargo/bin
steps:
- name: Set up CI
uses: ./.github/actions/setup
Expand Down

0 comments on commit 5117b79

Please sign in to comment.