Skip to content

Commit

Permalink
add git
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed Feb 22, 2024
1 parent d135731 commit d2beb07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
container:
image: ubuntu:22.04
steps:
- name: Git
run: |
apt update
apt install -y git
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d2beb07

Please sign in to comment.