diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index f41cdac..8be3f3a 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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: | @@ -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)