Skip to content

Commit

Permalink
Install docker in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Beyley Thomas <[email protected]>
  • Loading branch information
Beyley authored Feb 7, 2024
1 parent 5a3b86b commit 84f28f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
runs-on: macos-14

steps:
- uses: crazy-max/ghaction-setup-docker@v1
name: Set up Docker

- uses: actions/checkout@v3
- name: Run the build
run: docker run -v `pwd`:/RefresherPS3 zeldin/ps3dev-docker /RefresherPS3/docker-build-internal.sh

0 comments on commit 84f28f4

Please sign in to comment.