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 08cff32 commit e407325
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
uses: actions/setup-java@v1.4.4
with:
java-version: 11
- name: Checkout source
uses: actions/checkout@v4
- name: Cache build deps
uses: actions/cache@v4
with:
Expand All @@ -21,9 +23,6 @@ jobs:
~/.konan/dependencies
key: build-deps-${{ runner.os }}-${{ hashFiles('gradle/**', 'gradlew*', 'gradle.properties', '*.gradle*') }}

- name: Checkout source
uses: actions/checkout@v2

- name: Build XCFrameworks
run: ./gradlew assembleXCFramework

Expand Down

0 comments on commit e407325

Please sign in to comment.