diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1d4a6a..bbd1ab5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,6 +143,9 @@ jobs: node-version: 16 cache: 'pnpm' 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 uses: actions-rs/toolchain@v1 with: