Skip to content

Commit

Permalink
Update linux_develop_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fwild authored Apr 2, 2024
1 parent 1660c70 commit b7cab96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_develop_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
- name: Caching
uses: actions/cache@v3
with:
testMode:
- EditMode
path: Library
key: Library-linux-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
restore-keys: |
Expand All @@ -61,6 +59,8 @@ jobs:
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
testMode:
- EditMode
githubToken: ${{ secrets.GITHUB_TOKEN }}
unityVersion: 2022.3.7f1

Expand Down

0 comments on commit b7cab96

Please sign in to comment.