From e773d8d6cd3910c3e9ff81e0ccf89922ce5b3e50 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Fri, 11 Oct 2024 10:35:52 +0200 Subject: [PATCH] x --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 600d0b6..0065843 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,18 +33,3 @@ jobs: cd build cmake .. -G "${{matrix.platform.generator}}" cmake --build . - - opensuse: - runs-on: ubuntu-latest - container: opensuse/leap:latest - steps: - - name: Install dependencies - run: zypper install --no-confirm cmake gcc git - - name: Check out - uses: actions/checkout@v2 - - name: Build - run: | - mkdir build - cd build - cmake .. - cmake --build .