Clean up
This commit is contained in:
7
.github/workflows/cabal-cache.yaml
vendored
7
.github/workflows/cabal-cache.yaml
vendored
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user