From c7ee74b6f56444bdfc9dd5cff0250f57e0fd0857 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Wed, 20 Dec 2023 17:34:32 -0500 Subject: [PATCH] can't remove what isn't there --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b881956..015c7b4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,10 +49,10 @@ jobs: - os: ["self-hosted", "macOS", "ARM64"] name: ² - os: ["self-hosted", "linux", "ARM64"] - name: '*nix·ARM64' + name: "*nix·ARM64" - os: { group: "linux-x86-64" } container: debian:buster-slim - name: '*nix64' + name: "*nix64" runs-on: ${{ matrix.platform.os }} container: ${{ matrix.platform.container }} env: @@ -85,6 +85,7 @@ jobs: run: | test -d builds rm -rf builds + if: steps.build.outputs.pkgspec - uses: pkgxdev/brewkit/test@v1 with: