mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-03-06 21:46:00 -05:00
ci: free up space on ubuntu test job
This commit is contained in:
parent
03a939c11e
commit
d234d2335f
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -115,6 +115,10 @@ 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@main
|
||||
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user