Skip to content

Commit

Permalink
fixing shared libraries in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Sep 26, 2023
1 parent 847d6bf commit 651a81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Linux_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: build-bacio
if: steps.cache-bacio.outputs.cache-hit != 'true'
run: |
set -x
cd bacio
mkdir build && cd build
if [ "${{ matrix.options }}" = "-DBUILD_SHARED_LIBS=ON -DBUILD_WITH_BUFR=OFF -DBUILD_WITH_EXTRA_DEPS=OFF" ]
Expand All @@ -49,7 +50,6 @@ jobs:
else
cmake -DCMAKE_INSTALL_PREFIX=~/bacio ..
fi
make -j2 VERBOSE=1
make install
Expand Down

0 comments on commit 651a81b

Please sign in to comment.