Skip to content

Commit

Permalink
move checkout pre-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 authored May 9, 2024
1 parent 876754b commit 594b78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
uses: actions/[email protected]
with:
java-version: 11
- name: Checkout source
uses: actions/checkout@v4
- name: Cache build deps
uses: actions/cache@v4
with:
Expand All @@ -19,7 +21,5 @@ jobs:
~/.konan/cache
~/.konan/dependencies
key: build-deps-${{ runner.os }}-${{ hashFiles('gradle/**', 'gradlew*', 'gradle.properties', '*.gradle*') }}
- name: Checkout source
uses: actions/checkout@v1
- name: Build
run: ./gradlew build

0 comments on commit 594b78f

Please sign in to comment.