try neoversen2 target

This commit is contained in:
Martin Kroeker 2024-06-14 17:48:05 +02:00 committed by GitHub
parent 4caf323ca2
commit 69f70c3cd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ jobs:
run: | run: |
case "${{ matrix.build }}" in case "${{ matrix.build }}" in
"make") "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") "cmake")
mkdir build && cd build mkdir build && cd build