Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Jul 27, 2023
1 parent a72214c commit 49cc58f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
android: true
dotnet: true
haskell: true
large-packages: false
large-packages: true
docker-images: true
swap-storage: false
- name: Set swap space
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
android: true
dotnet: true
haskell: true
large-packages: false
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
10 changes: 5 additions & 5 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
android: true
dotnet: true
haskell: true
large-packages: false
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 49cc58f

Please sign in to comment.