Skip to content

Commit

Permalink
Update build_and_release.yml
Browse files Browse the repository at this point in the history
Try maximize disk space
  • Loading branch information
doumdi authored Dec 20, 2023
1 parent 64ba3a6 commit 924a770
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive

- name: Generate Version Output
id: generate_version_output
run: echo "::set-output name=version::$(cat VERSION)"
Expand Down Expand Up @@ -55,6 +55,14 @@ jobs:

runs-on: ${{ matrix.os }}
steps:

- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'

- uses: actions/checkout@v2
with:
submodules: recursive
Expand Down Expand Up @@ -141,6 +149,14 @@ jobs:

runs-on: ${{ matrix.os }}
steps:

- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'

- uses: actions/checkout@v2
with:
submodules: recursive
Expand Down

0 comments on commit 924a770

Please sign in to comment.