Skip to content

Commit

Permalink
fix apt cache?
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicFusion committed Jul 8, 2024
1 parent c466bea commit 0bf485a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-umu-ubuntu-noble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Copy debian packaging folder to the repository root
run: cp -rvf ./packaging/deb/debian ./

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

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

Expand Down

0 comments on commit 0bf485a

Please sign in to comment.