Skip to content

Commit

Permalink
try again annoying github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hit9 committed May 19, 2024
1 parent de066ab commit b78a5b7
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ on:
branches: [ "master" ]

jobs:
prepare-gcc-13:
runs-on: ubuntu-latest
steps:
- name: 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
build:
runs-on: ${{ matrix.os }}

Expand All @@ -42,6 +33,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- 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
- name: Install Conan
run: pip install conan

Expand Down

0 comments on commit b78a5b7

Please sign in to comment.