install curl on linux

This commit is contained in:
neil 2022-12-27 08:12:18 +08:00
parent 24a6b88cb8
commit 23cb57f161

View file

@ -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: