diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f31a0a27..29288c41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Install Dependencies run: | - sudo apt install -y gfortran-${GCC_V} cmake mpich-dev + sudo apt install -y gfortran-${GCC_V} cmake mpich sudo update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-${GCC_V} 100 - name: Build and Test