Skip to content

Commit

Permalink
add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Oct 7, 2024
1 parent 8b8cf9a commit 5007f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deb-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cpack --config build/CPackConfig.cmake
- name: Install package
run: |
dpkg -i launchdarkly-0.1.0.deb || apt-get install -fy
sudo dpkg -i launchdarkly-0.1.0.deb || apt-get install -fy
- name: Verify installation
run: |
ls /usr/local/lib && ls /usr/local/include

0 comments on commit 5007f0a

Please sign in to comment.