Skip to content

Commit

Permalink
Github actions needs git installed
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframed authored Apr 19, 2022
1 parent 2e50892 commit 9f83865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sysgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# python-version: 3.8
run: |
apt-get update
apt-get -yq install --no-install-recommends python3 python3-pip
apt-get -yq install --no-install-recommends python3 python3-pip git
- name: Install pip/colorama
run: |
Expand Down

0 comments on commit 9f83865

Please sign in to comment.