Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Add rustup home and path env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 committed Aug 31, 2023
1 parent 6f94687 commit a305a17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/fresh_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set RUSTUP_HOME and PATH env vars
if: ${{ matrix.os }} == debian-12
run: |
echo "RUSTUP_HOME=/root/.cargo" >> $GITHUB_ENV
echo "PATH=${PATH}:/root/.cargo/bin" >> $GITHUB_ENV
- name: Install rust
uses: dtolnay/rust-toolchain@stable

Expand Down

0 comments on commit a305a17

Please sign in to comment.