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 1edb61c commit 364094a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- name: Get dependencies
run: |
apk add build-base binutils-dev git cmake xorriso assimp-dev musl-obstack-dev jsoncpp-dev
apk add bash build-base binutils-dev git cmake xorriso assimp-dev musl-obstack-dev jsoncpp-dev
- name: Compile ps2 engine
run: |
Expand Down

0 comments on commit 364094a

Please sign in to comment.