Skip to content

Commit

Permalink
try to run deployment on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr committed Aug 3, 2023
1 parent 1cdb86c commit fbec106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: ./gradlew build

deployment_job:
runs-on: ubuntu-latest
runs-on: windows-latest
needs: ci_job
if: github.event_name == 'pull_request' && needs.ci_job.result == 'success'
steps:
Expand Down
1 change: 1 addition & 0 deletions desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ kotlin {
dependencies {
implementation(project(":common"))
implementation(compose.desktop.currentOs)
implementation(compose.desktop.windows_x64)
}
}
val jvmTest by getting
Expand Down

0 comments on commit fbec106

Please sign in to comment.