Skip to content

Commit

Permalink
chore: update konan cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuNen344 committed Aug 21, 2023
1 parent b960ac5 commit 4d7004a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/setup-java/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ runs:
- name: set konan cache key
id: konan-cache-key
shell: bash
run: |
echo "KOTLIN_VERSION=$(grep -oE 'kotlin\s*=\s*"[0-9.]*"' gradle/libs.versions.toml | grep -oE '[0-9.]+')" >> $GITHUB_ENV
echo "KOTLIN_VERSION=$(grep -oE 'kotlin\s*=\s*"[0-9.]*"' gradle/libs.versions.toml | grep -oE '[0-9.]+')" >> $GITHUB_OUTPUT
echo "$KOTLIN_VERSION"
run: echo "KOTLIN_VERSION=$(grep -oE 'kotlin\s*=\s*"[0-9.]*"' gradle/libs.versions.toml | grep -oE '[0-9.]+')" >> $GITHUB_OUTPUT

- name: cache Konan
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
Expand Down

0 comments on commit 4d7004a

Please sign in to comment.