From 5c53b865a04b1ac198cbc0ffa3123516b5545400 Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 27 Dec 2022 08:25:06 +0800 Subject: [PATCH] tmp compromise of x86 builder --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbd1ab5..76a0b8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,8 +124,6 @@ jobs: name: darwin+x86-64 - os: ubuntu-latest name: linux+x86-64 - container: - image: debian:buster - os: [self-hosted, macOS, ARM64] name: darwin+aarch64 - os: [self-hosted, linux, ARM64] @@ -143,9 +141,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: apt update && apt install curl - name: install Rust stable uses: actions-rs/toolchain@v1 with: