Skip to content

Commit

Permalink
cache after checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
tnj committed Sep 9, 2022
1 parent 2f42c1d commit 30ac48d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
timeout-minutes: 60

steps:
- name: Checkout
uses: actions/checkout@v3

- uses: actions/cache@v2
with:
path: |
Expand All @@ -28,9 +31,6 @@ jobs:
restore-keys: |
${{ runner.os }}-kotlin-native-
- name: Checkout
uses: actions/checkout@v3

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1

Expand Down

0 comments on commit 30ac48d

Please sign in to comment.