This commit is contained in:
2022-12-20 20:49:10 +08:00
parent 9c4cec0e3f
commit 64eaa720c0
2 changed files with 18 additions and 2 deletions

View File

@@ -146,6 +146,12 @@ jobs:
path: |
./out/*
- if: always()
uses: docker://arm64v8/ubuntu:focal
name: Cleanup (aarch64 linux)
with:
args: rm -rf .ghcup/ cabal/ dist-newstyle/ out/ cabal-cache
build-macwin:
name: Build binary (Mac/Win)
runs-on: ${{ matrix.os }}
@@ -197,3 +203,4 @@ jobs:
name: artifacts
path: |
./out/*