This commit is contained in:
neil 2022-12-27 08:13:49 +08:00
parent 23cb57f161
commit 5ed3c21b65

View file

@ -144,9 +144,9 @@ jobs:
node-version: 16 node-version: 16
cache: 'pnpm' cache: 'pnpm'
cache-dependency-path: pnpm-lock.yaml cache-dependency-path: pnpm-lock.yaml
- name: install wget - name: install curl
if: matrix.platform.name == 'linux+x86-64' || matrix.platform.name == 'linux+aarch64' 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 - name: install Rust stable
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with: