From 352a65af7ebd914486f1a2a05cecada85f659766 Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Sun, 16 Jun 2024 12:54:57 +0200 Subject: [PATCH] Execute git checkout after installing git --- .github/workflows/compilation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index 10fa2878..8c2cd699 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -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