Add sudo statement

This commit is contained in:
Iaroslav Postovalov 2020-10-11 22:48:05 +07:00
parent 3ae2be06e2
commit 6ab2ebb13f
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -62,7 +62,7 @@ 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: sudo ./gradlew -Dorg.gradle.daemon=false --build-cache :kmath-gsl:cinteropLibgslNative build
build-windows:
runs-on: windows-latest