diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7e047b..f1d4a6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,8 +125,7 @@ jobs: - os: ubuntu-latest name: linux+x86-64 container: - image: debian:buster-slim - options: --memory=24g + image: debian:buster - os: [self-hosted, macOS, ARM64] name: darwin+aarch64 - os: [self-hosted, linux, ARM64] @@ -144,9 +143,6 @@ 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: sudo apt install curl - name: install Rust stable uses: actions-rs/toolchain@v1 with: