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