Skip to content

Commit

Permalink
ensure apt cache is up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
furlongm authored Nov 28, 2023
1 parent 7f81727 commit 244c756
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-release-and-upload-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
git config user.name 'Marcus Furlong'
- name: Install dependencies
run: |
sudo apt -y install python3-setuptools debhelper dh-exec dh-python git-buildpackage
apt update
export DEBIAN_FRONTEND=noninteractive
apt -y install python3-setuptools debhelper dh-exec dh-python git-buildpackage
- name: Update repo version if required
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 244c756

Please sign in to comment.