mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-23 20:22:40 +00:00
Execute git checkout after installing git
This commit is contained in:
3
.github/workflows/compilation.yml
vendored
3
.github/workflows/compilation.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user