Skip to content

Commit

Permalink
I do not know why that got changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Jun 2, 2024
1 parent 4e46d06 commit 6ea0cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/desktop/uwp_helper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tasks {

// I cannot figure out how to change the path on GitHub Actions
val command = if (System.getenv("GITHUB_RUN_NUMBER") != null) {
rootProject.file("jextract-21/bin/jextract.bat").absolutePath
rootProject.file("jextract-22/bin/jextract.bat").absolutePath
} else {
if (OSUtils.IS_WINDOWS) {
"jextract.bat"
Expand Down

0 comments on commit 6ea0cea

Please sign in to comment.