Skip to content

Commit

Permalink
fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Oct 16, 2024
1 parent e0eac5b commit 65450b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ jobs:
run: |
./autogen.sh
mkdir build; cd build
cat "void main(void){}" > junk.c
ls $HDF5_DIR/bin/h5pcc
$HDF5_DIR/bin/h5pcc junk.c
CC=$HDF5_DIR/bin/h5pcc ../configure --prefix=$GITHUB_WORKSPACE/build
cat config.log
shell: bash

##################################
Expand Down

0 comments on commit 65450b6

Please sign in to comment.