Skip to content

Commit

Permalink
free disk space before restoring cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroHeavenVN committed Apr 27, 2024
1 parent dc84a1d commit 630e55e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ jobs:
with:
repository: pk9r327/Dragonboy
ref: Unity-project
- name: Giải phóng bộ nhớ
uses: jlumbroso/free-disk-space@v1.3.1
- name: Cache
if: ${{ matrix.scriptingBackend == 'Mono2x' }}
uses: actions/cache@v4.0.2
Expand All @@ -286,8 +288,6 @@ jobs:
allow_forks: false
name: Build-${{ matrix.targetPlatform }}-${{ matrix.scriptingBackend }}
path: build/${{ matrix.targetPlatform }}
- name: Giải phóng bộ nhớ
uses: jlumbroso/free-disk-space@v1.3.1
- name: Biên dịch dự án
uses: game-ci/unity-builder@v4.2.3
# continue-on-error: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/selective-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ jobs:
with:
repository: pk9r327/Dragonboy
ref: Unity-project
- name: Giải phóng bộ nhớ
uses: jlumbroso/free-disk-space@v1.3.1
- name: Cache
if: ${{ matrix.scriptingBackend == 'Mono2x' }}
uses: actions/cache@v4.0.2
Expand All @@ -320,8 +322,6 @@ jobs:
allow_forks: false
name: Build-${{ matrix.targetPlatform }}-${{ matrix.scriptingBackend }}
path: build/${{ matrix.targetPlatform }}
- name: Giải phóng bộ nhớ
uses: jlumbroso/free-disk-space@v1.3.1
- name: Biên dịch dự án
uses: game-ci/unity-builder@v4.2.3
# continue-on-error: true
Expand Down

0 comments on commit 630e55e

Please sign in to comment.