Skip to content

Commit

Permalink
ci: needs sudo for cpack?
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Sep 15, 2023
1 parent 4b8b277 commit 0b12b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
run: cd build && sudo make -j2

- name: Package Distributable
run: cd build && cpack --verbose || cat /home/runner/work/DPP/DPP/build/_CPack_Packages/Linux/DEB/PreinstallOutput.log
run: cd build && sudo cpack --verbose || cat /home/runner/work/DPP/DPP/build/_CPack_Packages/Linux/DEB/PreinstallOutput.log

- name: Upload Binaries (DEB)
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
Expand Down

0 comments on commit 0b12b7e

Please sign in to comment.