Skip to content

Commit

Permalink
workflows: fix profile install
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Dec 23, 2024
1 parent 87ac185 commit d25500b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-umu-debian-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Copy debian packaging folder to the repository root
run: cp -rvf ./packaging/deb/debian ./debian

- name: Update APT Cache
run: apt update -y

Expand All @@ -34,6 +31,9 @@ jobs:
cp -a bwrap-userns-restrict ./debian/apparmor
cp -a bwrap-userns-restrict ./packaging/deb/debian/apparmor
- name: Copy debian packaging folder to the repository root
run: cp -rvf ./packaging/deb/debian ./debian

- name: Install build dependencies
run: apt install -y dh-make dpkg-dev

Expand Down

0 comments on commit d25500b

Please sign in to comment.