mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-31 07:07:30 +00:00
rebase
This commit is contained in:
commit
a3c29ae7a1
1
.github/workflows/daily_common.yml
vendored
1
.github/workflows/daily_common.yml
vendored
@ -60,7 +60,6 @@ jobs:
|
|||||||
|
|
||||||
name: '${{ matrix.platform.os }}-${{ matrix.cpu }} (Nim ${{ matrix.nim.branch }})'
|
name: '${{ matrix.platform.os }}-${{ matrix.cpu }} (Nim ${{ matrix.nim.branch }})'
|
||||||
runs-on: ${{ matrix.platform.builder }}
|
runs-on: ${{ matrix.platform.builder }}
|
||||||
continue-on-error: ${{ matrix.nim.branch == 'devel' || matrix.nim.branch == 'version-2-0' }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
7
.github/workflows/interop.yml
vendored
7
.github/workflows/interop.yml
vendored
@ -17,6 +17,13 @@ jobs:
|
|||||||
name: Run transport interoperability tests
|
name: Run transport interoperability tests
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
|
- name: Free Disk Space
|
||||||
|
# For some reason we have space issues while running this action. Likely while building the image.
|
||||||
|
# This action will free up some space to avoid the issue.
|
||||||
|
uses: jlumbroso/free-disk-space@v1.3.1
|
||||||
|
with:
|
||||||
|
tool-cache: true
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: docker/setup-buildx-action@v3
|
- uses: docker/setup-buildx-action@v3
|
||||||
- name: Build image
|
- name: Build image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user