From 7582c775c5ddb5fe3a2dcc6385625a19e0b32d96 Mon Sep 17 00:00:00 2001 From: "Lukas K." Date: Tue, 12 Sep 2023 01:17:17 +0200 Subject: [PATCH] CI: opensuse may fail see https://github.com/horizon-eda/horizon/issues/732 --- .github/workflows/all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index e3b79d4c0..c223f9380 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -148,6 +148,7 @@ jobs: runs-on: ubuntu-latest container: opensuse/tumbleweed needs: stylecheck + continue-on-error: true steps: - uses: actions/checkout@v3 - name: Install dependencies