Browse Source

Update arm64_graviton.yml

pull/5012/head
Martin Kroeker GitHub 1 year ago
parent
commit
85c3dd1b08
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/arm64_graviton.yml

+ 1
- 1
.github/workflows/arm64_graviton.yml View File

@@ -120,7 +120,7 @@ jobs:
"make")
MAKE_FLAGS='DYNAMIC_ARCH=1 USE_OPENMP=0'
wget https://gist.github.com/martin-frbg/96d2252fbb71d0d898ede14691b51657/raw/5c6a89cb1560dce50005dd8484483508fabc039f/issue4939.c
gcc -I. -O2 issue4939.c libopenblas.a -o issue4939
gcc -I. -O2 issue4939.c libopenblas.a -lgfortran -lm -o issue4939
./issue4939
#echo "::group::Tests in 'test' directory"
#make -C test $MAKE_FLAGS FC="ccache ${{ matrix.fortran }}"


Loading…
Cancel
Save