mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-08-02 14:57:43 +03:00
In nightly runs, make sure cargo is in $PATH (#462)
This commit is contained in:
1
.github/workflows/nightly_tests.yml
vendored
1
.github/workflows/nightly_tests.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
DEBIAN_FRONTEND=noninteractive sudo apt install -y --no-install-recommends curl
|
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
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly --profile minimal -y
|
||||||
|
source ~/.cargo/env
|
||||||
pids=()
|
pids=()
|
||||||
exit_codes=()
|
exit_codes=()
|
||||||
for i in $(seq 0 $((${{ env.TEST_THREADS }} - 1))); do
|
for i in $(seq 0 $((${{ env.TEST_THREADS }} - 1))); do
|
||||||
|
Reference in New Issue
Block a user