Execute git checkout after installing git

This commit is contained in:
Wouter Wijsman
2024-06-16 12:54:57 +02:00
parent 20a03ef15b
commit 352a65af7e

View File

@@ -11,12 +11,13 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/pspdev/psptoolchain:latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apk add build-base autoconf automake zlib-dev bash git
- uses: actions/checkout@v4
- name: Compile PSPSDK
run: |
./build-and-install.sh