Skip to content

Commit

Permalink
Update ubuntu-gnu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto-o authored Nov 12, 2024
1 parent 4c82aba commit 996aec8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ubuntu-gnu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
run: |
sudo apt update
sudo apt install libhdf5-dev libopenmpi-dev
- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Build application
run: |
cmake -S . -B build -DCMAKE_BUILD_TYPE=${{matrix.build-type}} -DSEMBA_FDTD_ENABLE_MPI=${{matrix.mpi-build}} -DSEMBA_FDTD_ENABLE_HDF=YES
Expand Down

0 comments on commit 996aec8

Please sign in to comment.