Skip to content

Commit

Permalink
Add apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
ronardcaktus committed Sep 19, 2024
1 parent 1790b14 commit 0703e10
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 @@ -24,7 +24,9 @@ jobs:
cache: 'pip'
cache-dependency-path: 'requirements/*/dev.txt'
- name: Install apt packages
run: sudo apt-get install -y git
run: |
sudo apt-get update
sudo apt-get install -y git
- name: Install dependencies
id: pip-install
run: |
Expand Down

0 comments on commit 0703e10

Please sign in to comment.