mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-09-05 00:57:24 +00:00
Install curl correctly (#461)
This commit is contained in:
parent
7fc6caffb6
commit
c00496b92a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly_tests.yml
vendored
2
.github/workflows/nightly_tests.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
fileName: 'zluda-linux-*.tar.gz'
|
||||
- name: Build and run
|
||||
run: |
|
||||
DEBIAN_FRONTEND=noninteractive 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
|
||||
pids=()
|
||||
exit_codes=()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue