diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index 7edfc30..b4782f9 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -19,7 +19,6 @@ jobs: - name: 'Install newer GCC' run: sudo apt install gcc-13 - if: ${{ startsWith(${{ matrix.compiler }}, 'gcc') }} - name: 'Configure psyc ${{ matrix.compiler }}_${{ matrix.build_config }}' run: cmake --preset ci_${{ matrix.build_config }} -DCMAKE_CXX_COMPILER=${{ matrix.compiler }} -DCMAKE_C_COMPILER=${{ matrix.compiler }}