mirror of
https://github.com/ivabus/gui
synced 2025-06-07 07:40:27 +03:00
try non-slim debian:buster
This commit is contained in:
parent
5ed3c21b65
commit
eb482872d2
1 changed files with 1 additions and 5 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue