Skip to content

Commit

Permalink
fix apt cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin committed Jan 29, 2025
1 parent 48fbe9a commit 6eb026d
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 @@ -14,7 +14,7 @@ jobs:
steps:
- name: Install requirements
run: |
sudo apt-update && sudo apt install libsqlite3-dev 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 6eb026d

Please sign in to comment.