diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2858217..51118a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: