Skip to content

Commit

Permalink
try neoversen2 target
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jun 14, 2024
1 parent 4caf323 commit 69f70c3
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 @@ -88,7 +88,7 @@ jobs:
run: |
case "${{ matrix.build }}" in
"make")
make -j$(nproc) USE_THREAD=0 USE_LOCKING=1 CC=gcc-12 FC="ccache ${{ matrix.fortran }}"
make -j$(nproc) USE_THREAD=0 TARGET=NEOVERSEN2 USE_LOCKING=1 CC=gcc-12 FC="ccache ${{ matrix.fortran }}"
;;
"cmake")
mkdir build && cd build
Expand Down

0 comments on commit 69f70c3

Please sign in to comment.