From eb482872d2dcf6b838df51ba7499cbdc5fd42a78 Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 27 Dec 2022 08:19:03 +0800 Subject: [PATCH] try non-slim debian:buster --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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: