diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 59815374f..a33ef1070 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -31,7 +31,8 @@ jobs: run: cd tests/ci/ && podman build -t appstream -f ./Dockerfile-debian-testing . - name: Build - run: podman run -a stdout -a stderr -e COMPILER_VENDOR=$CVENDOR -e CC=gcc -e CXX=g++ -v `pwd`:/build appstream + run: podman run -a stdout -a stderr --security-opt seccomp=unconfined + -e COMPILER_VENDOR=$CVENDOR -e CC=gcc -e CXX=g++ -v `pwd`:/build appstream ./tests/ci/run-build.sh - name: Test