Skip to content

Commit 85c3dd1

Browse files
authored
Update arm64_graviton.yml
1 parent d2a1054 commit 85c3dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/arm64_graviton.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
"make")
121121
MAKE_FLAGS='DYNAMIC_ARCH=1 USE_OPENMP=0'
122122
wget https://gist.github.com/martin-frbg/96d2252fbb71d0d898ede14691b51657/raw/5c6a89cb1560dce50005dd8484483508fabc039f/issue4939.c
123-
gcc -I. -O2 issue4939.c libopenblas.a -o issue4939
123+
gcc -I. -O2 issue4939.c libopenblas.a -lgfortran -lm -o issue4939
124124
./issue4939
125125
#echo "::group::Tests in 'test' directory"
126126
#make -C test $MAKE_FLAGS FC="ccache ${{ matrix.fortran }}"

0 commit comments

Comments
 (0)