Skip to content

Commit

Permalink
fix apt get commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jun 10, 2024
1 parent 3831e17 commit c83675e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo install -y build-essential wget
sudo apt-get install build-essential wget
sudo apt-get install libopenmpi-dev openmpi-bin
- name: Check MPI version
shell: bash -el {0}
Expand Down

0 comments on commit c83675e

Please sign in to comment.