diff --git a/.github/workflows/nativeCompile.yml b/.github/workflows/nativeCompile.yml index 3693fd6..b927f0a 100644 --- a/.github/workflows/nativeCompile.yml +++ b/.github/workflows/nativeCompile.yml @@ -46,7 +46,10 @@ jobs: # Therefore, we try to find runners that fit our targets (see above). - name: Build 'acdasm' run: ./gradlew nativeCompile - + env: + # Needed for Windows; not an issue for other OSes + GRADLE_OPTS: -Djava.io.tmpdir=${{ runner.temp }} + - name: Upload binary uses: actions/upload-artifact@v4 with: