Skip to content

Commit

Permalink
[ci] remove step-if and unconditionally install gcc-13
Browse files Browse the repository at this point in the history
  • Loading branch information
harrand committed May 18, 2024
1 parent 0b307d3 commit 4d800aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4d800aa

Please sign in to comment.