Skip to content

Commit 7da23d2

Browse files
kpavlovOloloshechkin
authored andcommitted
Update iOS simulator test workflow to include linking steps, update version to 0.4.1
1 parent 14e2d53 commit 7da23d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: iosSimulatorArm64Test with Gradle Wrapper
103103
if: matrix.os == 'macos-latest'
104-
run: ./gradlew iosSimulatorArm64Test --continue
104+
run: ./gradlew linkIosSimulatorArm64 iosSimulatorArm64Test --continue
105105

106106
- name: Archive coverage data
107107
if: matrix.os == 'ubuntu-latest'

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ group = "ai.koog"
1313
version = run {
1414
// our version follows the semver specification
1515

16-
val main = "0.4.0.1"
16+
val main = "0.4.1"
1717

1818
val feat = run {
1919
val releaseBuild = !System.getenv("BRANCH_KOOG_IS_RELEASING_FROM").isNullOrBlank()

0 commit comments

Comments
 (0)