Skip to content

Commit

Permalink
Forgot to add compile for ps2-mesh-converter
Browse files Browse the repository at this point in the history
  • Loading branch information
EPICGameGuy committed Nov 22, 2023
1 parent 57f0e0c commit b7208bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ jobs:
cd dependencies/egg-library
make clean all install -j$(getconf _NPROCESSORS_ONLN)
- name: Compile ps2-mesh-converter
run: |
cd tools/ps2-mesh-converter
mkdir -p build
cd build
cmake ..
make clean all install -j$(getconf _NPROCESSORS_ONLN)
- name: Compile ps2 engine
run: |
make clean iso -j$(getconf _NPROCESSORS_ONLN)

0 comments on commit b7208bb

Please sign in to comment.