Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
novica authored Nov 21, 2024
1 parent f8bc1be commit 70fd06d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:

steps:
- name: Install ubuntu deps
run: sudo apt-get install -y --no-install-recommends libcurl4-openssl-dev
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends libcurl4-openssl-dev
- uses: actions/checkout@v4

Expand Down

0 comments on commit 70fd06d

Please sign in to comment.