diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51118a8..f7e047b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,9 +144,9 @@ jobs: node-version: 16 cache: 'pnpm' cache-dependency-path: pnpm-lock.yaml - - name: install wget + - name: install curl 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 uses: actions-rs/toolchain@v1 with: