Skip to content

Commit

Permalink
Remove package from install list
Browse files Browse the repository at this point in the history
  • Loading branch information
cscjlan committed Aug 23, 2024
1 parent 671a7f7 commit 33a89b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_single_platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install OpenMPI
run: sudo apt-get install openmpi-bin libopenmpi-dev openmpi-dev openmpi-common
run: sudo apt-get install openmpi-bin libopenmpi-dev openmpi-common

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 33a89b4

Please sign in to comment.