Skip to content

Commit

Permalink
Nit: Add comment clarifying Kotlin version override in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspittle committed Nov 25, 2024
1 parent d9cc4fb commit de16fee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle-test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
path: ~/.konan
key: kotlin-native-compiler-${{ runner.OS }}

# This is necessary because older versions of Kotlin have issues that
# fail to run tests on Mac targets.
- name: Override Kotlin Version for testing
run: echo "KOTLIN_VERSION_OVERRIDE=2.0.0" >> $GITHUB_ENV

Expand Down

0 comments on commit de16fee

Please sign in to comment.