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:
|
||||
- name: Install rustup
|
||||
run: |
|
||||
apt install curl
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
cargo build
|
||||
|
||||
|
|
@ -18,5 +19,6 @@ jobs:
|
|||
steps:
|
||||
- name: Install rustup
|
||||
run: |
|
||||
apt install curl
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
cargo build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue