Skip to content

Commit

Permalink
Fix free-disk-space version in example (#426)
Browse files Browse the repository at this point in the history
Old version 1.2.0 throws the error `E: Unable to locate package google-cloud-sdk`, version 1.3.0 fixes this. Tested here: JohannesDeml/Unity-GameJam-Template@60af3ab
  • Loading branch information
JohannesDeml authored Oct 7, 2023
1 parent 69d9538 commit 57600a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/03-github/04-builder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ jobs:
key: Library-${{ matrix.targetPlatform }}
restore-keys: Library-
- if: matrix.targetPlatform == 'Android'
uses: jlumbroso/free-disk-space@v1.2.0
uses: jlumbroso/free-disk-space@v1.3.0
- uses: game-ci/unity-builder@v3
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
Expand Down

0 comments on commit 57600a7

Please sign in to comment.