Skip to content

Commit

Permalink
debian: fix profile install
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Dec 23, 2024
1 parent 3d25c78 commit 3eec6e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-umu-debian-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Install upstream bwrap-userns-restrict
run: |
curl -LJO https://gitlab.com/apparmor/apparmor/-/raw/master/profiles/apparmor/profiles/extras/bwrap-userns-restrict
cp -a bwrap-userns-restrict ./debian/apparmor
cp -a bwrap-userns-restrict ./debian/debian/apparmor
cp -a bwrap-userns-restrict ./packaging/deb/debian/apparmor
- name: Install build dependencies
run: apt install -y dh-make dpkg-dev
Expand Down

0 comments on commit 3eec6e5

Please sign in to comment.