mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 18:16:28 +01:00
[CI] Disable debugging on MacOS
This commit is contained in:
parent
c0e82939ac
commit
7afc67cd96
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
@ -121,7 +121,7 @@ jobs:
|
||||
run: |
|
||||
export PKG_CONFIG_PATH=${PWD}/trexio/_install/lib/pkgconfig:$PKG_CONFIG_PATH
|
||||
./autogen.sh
|
||||
./configure CC=gcc-10 FC=gfortran-10 --enable-silent-rules --enable-debug
|
||||
./configure CC=gcc-10 FC=gfortran-10 --enable-silent-rules
|
||||
make -j 4
|
||||
|
||||
- name: Run test
|
||||
|
Loading…
Reference in New Issue
Block a user