Skip to content

Commit 182f33d

Browse files
committed
fix: Add universe repo
1 parent 08aea4b commit 182f33d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-please.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
run: |
2929
git fetch --all # required to make 'git describe' work
3030
make builddeb
31+
sudo add-apt-repository universe
32+
sudo apt update
3133
sudo apt install makepkg
3234
make buildarch
3335
gh release upload ${{ steps.release.outputs.tag_name }} *.deb

0 commit comments

Comments
 (0)