master
agibsonccc 2021-03-06 10:39:32 +09:00
parent 2ef4b1111d
commit 3722c0552f
2 changed files with 2 additions and 3 deletions

View File

@ -28,7 +28,6 @@ jobs:
- name: Build on linux-x86_64
env:
ANDROID_NDK: ${{ steps.setup-ndk.outputs.ndk-path }}
OPENBLAS_PATH: "/opt/openblas/"
LIBND4J_HOME: "${GITHUB_WORKSPACE}/libnd4j"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAVEN_USERNAME: ${{ secrets.SONATYPE_USER_1 }}

View File

@ -29,11 +29,11 @@ jobs:
- uses: ./.github/actions/download-dl4j-test-resources-linux
- uses: nttld/setup-ndk@v1
with:
ndk-version: r21d
ndk-version: r18b
- name: Run tests on linux-x86_64
shell: bash
env:
ANDROID_NDK: /opt/hostedtoolcache/ndk/r21d/x64
ANDROID_NDK: ${{ steps.setup-ndk.outputs.ndk-path }}
GNUMAKEFLAGS: "-j1"
MAKEFLAGS: "-j1"
run: |