Skip to content

Commit

Permalink
Update arm64_graviton.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Dec 9, 2024
1 parent d2a1054 commit 85c3dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arm64_graviton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 85c3dd1

Please sign in to comment.