Skip to content

Commit

Permalink
Add sudo to apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin committed Jan 29, 2025
1 parent 9c1c6bb commit 48fbe9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
steps:
- name: Install requirements
run: |
apt install libsqlite3-dev
apt install openssl-dev
sudo apt-update && sudo apt install libsqlite3-dev openssl-dev
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 48fbe9a

Please sign in to comment.