add: sudo priviledge

This commit is contained in:
Kingtous 2023-01-08 08:58:30 +08:00
parent 3af0a60309
commit 3bf2d749fe

View File

@ -1298,7 +1298,7 @@ jobs:
popd
# run appimage-builder
pushd appimage
appimage-builder --skip-tests
sudo appimage-builder --skip-tests
- name: Publish appimage package
if: ${{ matrix.job.extra-build-features == '' }}