Trying to use a file in temporary
Some checks failed
Initializing rust environment. / build (ubuntu-20.04) (push) Failing after 40s
Some checks failed
Initializing rust environment. / build (ubuntu-20.04) (push) Failing after 40s
This commit is contained in:
@@ -20,7 +20,9 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get install -y curl gcc git
|
apt-get install -y curl gcc git
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > ./rustup.sh
|
||||||
|
chmod +x rustup.sh
|
||||||
|
./rustup.sh -y
|
||||||
|
|
||||||
- name: Running testbench
|
- name: Running testbench
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user