Skip to content

Commit

Permalink
Stall
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Jul 27, 2023
1 parent 49cc58f commit cdb3394
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
large-packages: true
docker-images: false
swap-storage: false
# - name: Set swap space
# uses: pierotofy/set-swap-space@master
# with:
# swap-size-gb: 8
- name: Set swap space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 8
- name: Fetch latest code
uses: actions/checkout@v3
- name: Build testnets
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
large-packages: true
docker-images: false
swap-storage: false
# - name: Set swap space
# uses: pierotofy/set-swap-space@master
# with:
# swap-size-gb: 8
- name: Set swap space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 8
- name: Fetch latest code
uses: actions/checkout@v3
- name: Setup build environment
Expand Down

0 comments on commit cdb3394

Please sign in to comment.