diff --git a/.github/workflows/build-katsu.yml b/.github/workflows/build-katsu.yml index e699b9d..6ee5fa4 100644 --- a/.github/workflows/build-katsu.yml +++ b/.github/workflows/build-katsu.yml @@ -79,7 +79,7 @@ jobs: # Very hacky, but it works # Microsoft/Github, if you're reading this, # I'm sorry. - options: --privileged -v /dev:/dev --cap-add=MAC_ADMIN + options: --privileged -v /dev:/dev --cap-add=MAC_ADMIN --security-opt label=type:unconfined_t steps: - name: Install dependencies @@ -131,7 +131,7 @@ jobs: # Very hacky, but it works # Microsoft/Github, if you're reading this, # I'm sorry. - options: --privileged -v /dev:/dev --cap-add=MAC_ADMIN + options: --privileged -v /dev:/dev --cap-add=MAC_ADMIN --security-opt label=type:unconfined_t steps: - name: Install dependencies