Skip to content

Commit

Permalink
👷 Fix toolchain PATH for redoxos/redoxer
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Nov 1, 2024
1 parent b34e2ed commit 64bb719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: run test
if: startsWith(matrix.target, 'x86_64-unknown-redox')
run: |
export PATH=$PATH:/root/.redoxer/toolchain/bin
export PATH=$PATH:/root/.redoxer/${{ matrix.target }}/toolchain/bin
rustup default nightly
rustup target add ${{ matrix.target }}
cargo build --locked --target ${{ matrix.target }}
Expand Down

0 comments on commit 64bb719

Please sign in to comment.