Skip to content

Commit

Permalink
github action breaking for g++-13
Browse files Browse the repository at this point in the history
  • Loading branch information
pravirkr committed May 29, 2024
1 parent ce975e1 commit c1d9589
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: Install dependencies
run: >
sudo apt update
sudo apt install -y cmake g++-13 clang-15 lcov
shell: bash
run: |
sudo apt install -y cmake ${{ matrix.compiler.cpp }} lcov
- name: Configure CMake
shell: bash
id: configure
Expand Down

0 comments on commit c1d9589

Please sign in to comment.