Skip to content

Commit

Permalink
Fix adding ubuntu toolchain ppa for g++-13
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Jul 19, 2023
1 parent 68019d0 commit 0e57f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
- uses: actions/checkout@v3
- run: lscpu
- name: add ubuntu toolchain repo
if: matrix.add_toolchain_ppa
if: matrix.add_toolchain_repo
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa
sudo apt update
Expand Down

0 comments on commit 0e57f94

Please sign in to comment.