Set GRADLE_OPTS for nativeCompile on Windows

Added environment variable for Windows compatibility.
This commit is contained in:
A2 Geek
2025-11-17 11:20:43 -06:00
committed by GitHub
parent fb0d0ea7a0
commit eeaabeb7a7
+3
View File
@@ -46,6 +46,9 @@ jobs:
- name: Build ac/acx
run: ./gradlew nativeCompile
env:
# Needed for Windows; not an issue for other OSes
GRADLE_OPTS: -Djava.io.tmpdir=${{ runner.temp }}
- name: Run CLTH tests
if: ${{ matrix.os != 'windows' }}