From 1b55708a838a547791128afa561a03ee759163d1 Mon Sep 17 00:00:00 2001 From: Yudong Jin Date: Tue, 9 Apr 2024 17:30:13 +0800 Subject: [PATCH] Update kotlin.yml --- .github/workflows/kotlin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kotlin.yml b/.github/workflows/kotlin.yml index 24d582b579..d8c004f277 100644 --- a/.github/workflows/kotlin.yml +++ b/.github/workflows/kotlin.yml @@ -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