try non-slim debian:buster

This commit is contained in:
neil 2022-12-27 08:19:03 +08:00
parent 5ed3c21b65
commit eb482872d2

View file

@ -125,8 +125,7 @@ jobs:
- os: ubuntu-latest - os: ubuntu-latest
name: linux+x86-64 name: linux+x86-64
container: container:
image: debian:buster-slim image: debian:buster
options: --memory=24g
- os: [self-hosted, macOS, ARM64] - os: [self-hosted, macOS, ARM64]
name: darwin+aarch64 name: darwin+aarch64
- os: [self-hosted, linux, ARM64] - os: [self-hosted, linux, ARM64]
@ -144,9 +143,6 @@ jobs:
node-version: 16 node-version: 16
cache: 'pnpm' cache: 'pnpm'
cache-dependency-path: pnpm-lock.yaml 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 - name: install Rust stable
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with: