Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas477 authored Nov 22, 2023
1 parent 9502294 commit 412aa2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ jobs:
- name: Get dependencies
run: |
apk add build-base git
- name: Install ps2stuff
run: |
git clone https://github.com/ps2dev/ps2stuff.git
cd ps2stuff && make clean all install
- name: Install ps2stuff
run: |
git clone [email protected]:ps2dev/ps2gl.git
cd ps2gl && make clean all install

0 comments on commit 412aa2e

Please sign in to comment.