mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
can't remove what isn't there
This commit is contained in:
parent
739ac596c5
commit
c7ee74b6f5
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue