mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2026-04-19 10:41:26 +00:00
Set GRADLE_OPTS for nativeCompile on Windows
Added environment variable for Windows compatibility.
This commit is contained in:
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user