Remove sudo

This commit is contained in:
Iaroslav Postovalov 2020-10-14 23:57:35 +07:00
parent 0740d6034b
commit 07ad527e0b
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -37,7 +37,7 @@ jobs:
key: ${{ runner.os }}-konan-1.4.20-eap-37 key: ${{ runner.os }}-konan-1.4.20-eap-37
restore-keys: ${{ runner.os }}-konan-1.4.20-eap-37 restore-keys: ${{ runner.os }}-konan-1.4.20-eap-37
- name: Build with Gradle - name: Build with Gradle
run: sudo ./gradlew -Dorg.gradle.daemon=false --build-cache :kmath-gsl:cinteropLibgslNative build run: ./gradlew -Dorg.gradle.daemon=false --build-cache :kmath-gsl:cinteropLibgslNative build
build-osx: build-osx:
runs-on: macos-latest runs-on: macos-latest