From 1702207af0e552c4f42b10eaf5d4a74171c15680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Thu, 26 May 2022 12:00:04 +0200 Subject: [PATCH] enable python-debug for fedora as well can't reproduce ubuntu fail on fedora locally --- .github/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5ff18637e..9f0d56351 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -312,6 +312,7 @@ jobs: container: 'centos' containerTag: stream8 runtimeCheck: OFF + python: /usr/bin/python3.6-debug protonGitRef: ${{ github.event.inputs.protonBranch || 'main' }} shard: 1 shards: 2 @@ -319,6 +320,7 @@ jobs: container: 'centos' containerTag: stream8 runtimeCheck: OFF + python: /usr/bin/python3.6-debug protonGitRef: ${{ github.event.inputs.protonBranch || 'main' }} shard: 2 shards: 2 @@ -326,6 +328,7 @@ jobs: container: 'centos' containerTag: stream8 runtimeCheck: OFF + python: /usr/bin/python3.6-debug protonGitRef: 0.37.0 shard: 1 shards: 2 @@ -333,6 +336,7 @@ jobs: container: 'centos' containerTag: stream8 runtimeCheck: OFF + python: /usr/bin/python3.6-debug protonGitRef: 0.37.0 shard: 2 shards: 2