install curl

This commit is contained in:
neil 2022-12-27 08:21:49 +08:00
parent eb482872d2
commit 6f1663f2a9

View file

@ -143,6 +143,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 curl
if: matrix.platform.name == 'linux+x86-64' || matrix.platform.name == 'linux+aarch64'
run: apt update && apt install curl
- name: install Rust stable - name: install Rust stable
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with: