Skip to content

Commit

Permalink
Update kotlin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krahets authored Apr 9, 2024
1 parent cc9b4d1 commit 1b55708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- uses: fwilhe2/setup-kotlin@main
with:
install-native: true
vesion: "1.9.20"
vesion: 1.9.20
- run: kotlinc codes/kotlin/**/*.kt -include-runtime -d codes/kotlin/build/*.jar; java -jar codes/kotlin/build/*.jar

0 comments on commit 1b55708

Please sign in to comment.