Skip to content

Commit

Permalink
Update kotlin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krahets committed Apr 9, 2024
1 parent 654e77a commit c91601b
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 @@ -11,4 +11,4 @@ jobs:
steps:
- uses: actions/[email protected]
- run: kotlinc -version
- run: kotlinc codes/kotlin/**/*.kt -include-runtime -d codes/kotlin/build/*.jar; java -jar codes/kotlin/build/*.jar
- run: kotlinc codes/kotlin/**/*.kt -include-runtime -d codes/kotlin/build/*.jar

0 comments on commit c91601b

Please sign in to comment.