Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin authored Sep 7, 2023
1 parent 1cd6261 commit e724590
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@ jobs:
- 2023.1.0f1

steps:
#Update Node
- uses: actions/setup-node@v3
with:
node-version: 18

#Test Checkout
- uses: actions/[email protected]
with:
using: 'node16'
lfs: true

#Test Cache
- uses: actions/[email protected]
with:
Expand Down Expand Up @@ -78,7 +81,11 @@ jobs:
- 2023.1.0f1

steps:

#Update Node
- uses: actions/setup-node@v3
with:
node-version: 18

#Build Checkout
- uses: actions/[email protected]
with:
Expand All @@ -88,7 +95,6 @@ jobs:
#Build Cache
- uses: actions/[email protected]
with:
using: 'node16'
path: Library
key: Library-${{ matrix.unityVersion }}
restore-keys:
Expand Down

0 comments on commit e724590

Please sign in to comment.