ci: Update git before checkout
Some checks are pending
C/C++ CI / build (push) Waiting to run

This commit is contained in:
Joel16 2024-10-17 21:11:49 -04:00
parent 0f2734a72b
commit cac5d09991

View File

@ -11,7 +11,14 @@ jobs:
runs-on: ubuntu-latest
container: vitasdk/vitasdk:latest
steps:
- name: Update git
run: |
apt update
apt install -y git
- name: Checkout
uses: actions/checkout@v4
with: