Update .gitea/workflows/ci.yml
install curl
This commit is contained in:
parent
d971719c06
commit
276a8ed3c4
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install rustup
|
- name: Install rustup
|
||||||
run: |
|
run: |
|
||||||
|
apt install curl
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
cargo build
|
cargo build
|
||||||
|
|
||||||
|
|
@ -18,5 +19,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install rustup
|
- name: Install rustup
|
||||||
run: |
|
run: |
|
||||||
|
apt install curl
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
cargo build
|
cargo build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue