Skip to content

Commit

Permalink
fix ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgelenas committed May 13, 2021
1 parent 4088235 commit 493eddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup apt dependencies
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get --no-install-recommends -y libopenjp2-tools rpm bsdtar
sudo apt-get install --no-install-recommends -y libopenjp2-tools rpm bsdtar
- name: Checkout git repo
uses: actions/checkout@v1
Expand Down

0 comments on commit 493eddd

Please sign in to comment.