diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e504d43a..21588572 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,12 +27,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Parse custom apparmor profile with default feature ABI - if: ${{ matrix.ubuntu_version == '20.04' }} - run: sudo apparmor_parser -r -W apparmor-profiles/home.sandbox.codejail_sandbox-python3.bin.python-default-abi - - name: Parse custom apparmor profile with ABI 3.0 - if: ${{ matrix.ubuntu_version != '20.04' }} run: sudo apparmor_parser -r -W apparmor-profiles/home.sandbox.codejail_sandbox-python3.bin.python-abi3 - name: Build latest code changes into CI image