Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergej Shafarenka committed Jul 16, 2024
1 parent 125ec8f commit da8827c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-and-test:
name: Build and run tests
name: Build and test

runs-on: ${{ matrix.os }}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion logger/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ tasks {
"compileTestKotlinMingwX64" {
mustRunAfter("signMingwX64Publication")
}
"compileTestIosX64" {
"compileTestKotlinIosX64" {
mustRunAfter("signIosX64Publication")
}
}

0 comments on commit da8827c

Please sign in to comment.