Skip to content

Commit

Permalink
Re-enable Windows builds.
Browse files Browse the repository at this point in the history
Fixes #520
  • Loading branch information
fniephaus committed Oct 13, 2023
1 parent 9a05c6d commit 401bfd7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-native-gradle-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ jobs:
path: native-gradle-plugin/build/reports/tests/functionalTest/
functional-testing-gradle-plugin-windows:
name: "Windows Gradle plugin functional testing"
if: ${{ false }}
# Disabled due to https://github.com/gradle/native-platform/issues/274
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-native-maven-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
path: native-maven-plugin/build/reports/tests/
test-native-maven-plugin-windows:
name: "Windows Minimal Tests for Maven plugin"
if: ${{ false }}
# Fails with "Illegal char <�> at index 3: C:\�Users\�RUNNER~1\�AppData\�Local\�Temp\�spock_supports_spaces_in__0_testDirectory18198684407774777428\�with spaces\�local-repo\�org\�apache\�commons\�commons-lang3\�3.8.1\�commons-lang3-3.8.1.jar"
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 401bfd7

Please sign in to comment.