Skip to content

Commit

Permalink
fix dpkg invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Oct 5, 2024
1 parent ad0c4d2 commit 8b8cf9a
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: |
pkg -i launchdarkly-0.1.0-Linux.deb || apt-get install -fy
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 8b8cf9a

Please sign in to comment.