Skip to content

Commit

Permalink
repeat the annoying fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hit9 committed May 19, 2024
1 parent b78a5b7 commit bbee801
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ jobs:

- name: Install gcc-13
if: {{ matrix.os }} == 'ubuntu-latest'
run: >
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y &&
sudo apt-get update -y &&
sudo apt-get install gcc-13
run: 'sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y && sudo apt-get update -y && sudo apt-get install gcc-13'

- name: Install Conan
run: pip install conan
Expand Down

0 comments on commit bbee801

Please sign in to comment.