Skip to content

Commit

Permalink
Add python3-git dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Nov 6, 2024
1 parent 1a174ee commit 35150ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Update apt
run: sudo apt-get update
- name: Install Dependencies
run: sudo apt install coreutils p7zip-full qemu-user-static
run: sudo apt install coreutils p7zip-full qemu-user-static python3-git
- name: Checkout CustomPiOS
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 35150ca

Please sign in to comment.