mirror of
https://github.com/ivabus/gui
synced 2025-06-07 07:40:27 +03:00
install curl on linux
This commit is contained in:
parent
24a6b88cb8
commit
23cb57f161
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -144,6 +144,9 @@ jobs:
|
|||
node-version: 16
|
||||
cache: 'pnpm'
|
||||
cache-dependency-path: pnpm-lock.yaml
|
||||
- name: install wget
|
||||
if: matrix.platform.name == 'linux+x86-64' || matrix.platform.name == 'linux+aarch64'
|
||||
run: apt install curl
|
||||
- name: install Rust stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue