Skip to content

Commit

Permalink
Fix debian package building in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Blaisot committed Oct 16, 2023
1 parent ebe52f7 commit ea29503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
env:
SKIP_GO: "true"
run: |
scripts/packaging/installrequirements.sh
sudo scripts/packaging/installrequirements.sh
- name: Build package
run: |
scripts/packaging/buildpackage.sh
sudo scripts/packaging/buildpackage.sh
- name: Upload package to release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ea29503

Please sign in to comment.