Skip to content

Commit

Permalink
Try apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
jenskutilek committed Jan 6, 2024
1 parent 726828f commit b06bec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Generate Changelog
run: sed -n '/${{github.ref_name}}/,/^$/p' sudo/FONTLOG.txt | sed '1d; $d' > Release_Notes.txt
- name: Install Debian Packaging Support
run: sudo apt -y install devscripts debhelper-compat
run: sudo apt update && sudo apt -y install devscripts debhelper-compat
- name: Build Debian Package
run: scripts/prepare-deb.sh
- name: Install WOFF Support
Expand Down

0 comments on commit b06bec3

Please sign in to comment.