Skip to content

Commit

Permalink
Removed make clean command from masp install
Browse files Browse the repository at this point in the history
  • Loading branch information
EPICGameGuy committed Dec 15, 2023
1 parent 9049521 commit c901a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
git clone https://github.com/nicholas477/openvcl.git dependencies/openvcl
cd dependencies/openvcl/contrib/masp
chmod +x ./configure && ./configure LIBS="-lobstack"
make clean install -j$(getconf _NPROCESSORS_ONLN)
make install -j$(getconf _NPROCESSORS_ONLN)
cd ../../
make clean install -j$(getconf _NPROCESSORS_ONLN)
make install -j$(getconf _NPROCESSORS_ONLN)
- name: Install ps2stuff
run: |
Expand Down

0 comments on commit c901a8a

Please sign in to comment.