Skip to content

Commit

Permalink
enable python-debug for fedora as well
Browse files Browse the repository at this point in the history
can't reproduce ubuntu fail on fedora locally
  • Loading branch information
jiridanek committed May 26, 2022
1 parent fb93f4a commit 1702207
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,27 +312,31 @@ jobs:
container: 'centos'
containerTag: stream8
runtimeCheck: OFF
python: /usr/bin/python3.6-debug
protonGitRef: ${{ github.event.inputs.protonBranch || 'main' }}
shard: 1
shards: 2
- os: ubuntu-20.04
container: 'centos'
containerTag: stream8
runtimeCheck: OFF
python: /usr/bin/python3.6-debug
protonGitRef: ${{ github.event.inputs.protonBranch || 'main' }}
shard: 2
shards: 2
- os: ubuntu-20.04
container: 'centos'
containerTag: stream8
runtimeCheck: OFF
python: /usr/bin/python3.6-debug
protonGitRef: 0.37.0
shard: 1
shards: 2
- os: ubuntu-20.04
container: 'centos'
containerTag: stream8
runtimeCheck: OFF
python: /usr/bin/python3.6-debug
protonGitRef: 0.37.0
shard: 2
shards: 2
Expand Down

0 comments on commit 1702207

Please sign in to comment.