Skip to content

Commit

Permalink
removed unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Nov 14, 2024
1 parent 5fb6b52 commit ad90d0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ jobs:
echo "CC=mpicc" >> $GITHUB_ENV
echo "CPPFLAGS=-I/usr/include/hdf5/mpich" >> $GITHUB_ENV
echo "LDFLAGS=-L/usr/lib/x86_64-linux-gnu/hdf5/mpich" >> $GITHUB_ENV
#echo "LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/hdf5/mpich" >> $GITHUB_ENV
echo "LIBS=-lhdf5" >> $GITHUB_ENV
ls /usr/lib/x86_64-linux-gnu/hdf5/mpich
- name: Install Dependencies (Linux--HDF5-develop)
if: matrix.hdf5 == 'develop'
Expand Down

0 comments on commit ad90d0a

Please sign in to comment.