mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-18 12:24:31 -05:00
ci: free up space on ubuntu test job (#1555)
* ci: free up space on ubuntu test job
(cherry picked from commit d234d2335f
)
* fixup! ci: free up space on ubuntu test job
* ci use commit hash instead of malleable tag for free space action
This commit is contained in:
parent
1507a0787a
commit
f12cf36364
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@ -115,6 +115,19 @@ jobs:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: (Free disk space on Ubuntu)
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
|
||||
with:
|
||||
# removing all of these takes ~10 mins, so just do as needed
|
||||
android: true
|
||||
dotnet: true
|
||||
haskell: true
|
||||
docker-images: false
|
||||
large-packages: false
|
||||
swap-storage: false
|
||||
tool-cache: false
|
||||
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user