diff --git a/.github/workflows/cmake_single_platform.yml b/.github/workflows/cmake_single_platform.yml index 7da00a6..de2070a 100644 --- a/.github/workflows/cmake_single_platform.yml +++ b/.github/workflows/cmake_single_platform.yml @@ -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.