mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-09-05 00:57:24 +00:00
In nightly runs, make sure cargo is in $PATH (#462)
This commit is contained in:
parent
c00496b92a
commit
ce9c0aac23
1 changed files with 1 additions and 0 deletions
1
.github/workflows/nightly_tests.yml
vendored
1
.github/workflows/nightly_tests.yml
vendored
|
@ -33,6 +33,7 @@ jobs:
|
|||
run: |
|
||||
DEBIAN_FRONTEND=noninteractive sudo apt install -y --no-install-recommends curl
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly --profile minimal -y
|
||||
source ~/.cargo/env
|
||||
pids=()
|
||||
exit_codes=()
|
||||
for i in $(seq 0 $((${{ env.TEST_THREADS }} - 1))); do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue