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
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: