Skip to content

Commit

Permalink
remove libyaml flag since its not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored Oct 30, 2023
1 parent bc9259d commit 1152c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parallelworks_autotools_intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
module load intel/2022.1.2 impi/2022.1.2 hdf5/1.10.6 netcdf/4.7.0
autoreconf -if ./configure.ac
./configure --with-yaml FCFLAGS="`nf-config --fflags`" CFLAGS="`nc-config --cflags`"
./configure FCFLAGS="`nf-config --fflags`" CFLAGS="`nc-config --cflags`"
- name: Compile
run: make -j || make
- name: Run test suite
Expand Down

0 comments on commit 1152c1f

Please sign in to comment.