Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit 5136445

Browse files
committed
GHA: add rawhide workaround
1 parent ed5dc75 commit 5136445

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/continuous-integration-workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
module_build: true
2626
no_regression_testing: true
2727
runs-on: ubuntu-latest
28-
container: ghcr.io/votca/buildenv/${{ matrix.distro }}
28+
container:
29+
image: ghcr.io/votca/buildenv/${{ matrix.distro }}
30+
# https://bugzilla.redhat.com/show_bug.cgi?id=1900021
31+
options: --security-opt seccomp=unconfined
2932
steps:
3033
- uses: actions/checkout@v2
3134
with:

0 commit comments

Comments
 (0)