Skip to content

Commit

Permalink
Working on ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EPICGameGuy committed Nov 22, 2023
1 parent 41f8702 commit f4258a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- name: Get dependencies
run: |
apk add build-base git cmake
apk add build-base git cmake mkisofs
- name: Install ps2stuff
run: |
Expand All @@ -40,3 +40,7 @@ jobs:
run: |
cd dependencies/egg-library
make clean all install -j$(getconf _NPROCESSORS_ONLN)
- name: Compile ps2 engine
run: |
make clean iso -j$(getconf _NPROCESSORS_ONLN)

0 comments on commit f4258a6

Please sign in to comment.