added git for testing

This commit is contained in:
Sohrab Behdani 2025-03-19 14:17:12 +03:30
parent 06c5657681
commit 3f91fab842

View file

@ -31,9 +31,9 @@ jobs:
steps:
- name: nodejs installation
run: pacman -Syu nodejs --noconfirm
run: pacman -Syu nodejs base-devel git --noconfirm
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Configure Git user
run: |