We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c7c62 commit f079f42Copy full SHA for f079f42
2 files changed
.github/workflows/publish-beta.yml
@@ -113,6 +113,7 @@ jobs:
113
114
- name: Install Debian packaging tools
115
run: |
116
+ sudo apt-get update
117
sudo apt-get install devscripts build-essential debhelper-compat
118
119
- name: Set package version
.github/workflows/publish.yml
@@ -112,6 +112,7 @@ jobs:
112
- name: Create folder structure for ${{ env.ARCHITECTURE }} distribution
0 commit comments