Skip to content

Commit

Permalink
keep going on error
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 committed Jul 31, 2024
1 parent bf3dc09 commit daa83d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Build and Check Silo
run: |
set +e
mkdir build
cd build
../configure --with-hdf5=`pwd`/../hdf5-1.14.4-3/include,`pwd`/../hdf5-1.14.4-3/lib --enable-pythonmodule --disable-fortran --prefix=`pwd`/myinstall
Expand Down

0 comments on commit daa83d7

Please sign in to comment.