Skip to content

Commit

Permalink
apt install with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
pantor committed Sep 5, 2024
1 parent 4493a5a commit c3ade8a
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 @@ -76,7 +76,7 @@ jobs:
- name: Install package
working-directory: build
run: apt install ./ruckig-*.deb
run: sudo apt-get install ./ruckig-*.deb

- name: Test building examples
working-directory: examples
Expand Down

0 comments on commit c3ade8a

Please sign in to comment.