Turn on daemon on Windows
This commit is contained in:
parent
881f2280fc
commit
0565f0665a
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
- name: Install gsl
|
||||
- name: Install mingw-w64-x86_64-gsl
|
||||
run: c:\msys64\usr\bin\pacman --noconfirm -S mingw-w64-x86_64-gsl
|
||||
- name: Add msys to path
|
||||
# msys installed on default image but not in path
|
||||
@ -96,4 +96,4 @@ jobs:
|
||||
key: ${{ runner.os }}-konan-1.4.20-eap-37
|
||||
restore-keys: ${{ runner.os }}-konan-1.4.20-eap-37
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew -Dorg.gradle.daemon=false --build-cache :kmath-gsl:cinteropLibgslNative build
|
||||
run: ./gradlew --build-cache :kmath-gsl:cinteropLibgslNative build
|
||||
|
Loading…
Reference in New Issue
Block a user