Skip to content

Commit

Permalink
add gdbserver to test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMelt committed Jan 12, 2024
1 parent 054d8b6 commit 133252a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install openmpi and gfortran
- name: Install gdbserver and openmpi
run: |
sudo apt install -y libopenmpi-dev
sudo apt install -y libopenmpi-dev gdbserver
- name: Build example mpi program
run: |
make -C examples/
Expand Down

0 comments on commit 133252a

Please sign in to comment.