Skip to content

Commit

Permalink
Fixing docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EPICGameGuy committed Dec 30, 2023
1 parent 364094a commit b552383
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ jobs:
- uses: actions/checkout@v3
- name: Get dependencies
run: |
apk add bash build-base binutils-dev git cmake xorriso assimp-dev musl-obstack-dev jsoncpp-dev
apk add sudo bash build-base binutils-dev git cmake xorriso assimp-dev musl-obstack-dev jsoncpp-dev
- name: Compile ps2 engine
run: |
pwd
ls -lah
bash ./compile.sh
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b552383

Please sign in to comment.