Update .gitea/workflows/build.yaml
This commit is contained in:
@@ -15,13 +15,6 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Cache Library folder
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: Library
|
||||
key: Library-${{ matrix.targetPlatform }}-v4
|
||||
restore-keys: Library-
|
||||
|
||||
- name: Build Project
|
||||
uses: game-ci/unity-builder@v4
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user