Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
:V
Browse files Browse the repository at this point in the history
  • Loading branch information
stalechilibeans authored Nov 13, 2024
1 parent fff5047 commit 3a509bd
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 @@ -18,7 +18,7 @@ jobs:
run: curl -L "https://drive.google.com/uc?export=download&id=1q4wA2GaeALgVH4e-lgyos0MA6nWNRWRk" > baserom.jp.z64

- name: Build the Docker image
run: docker build . --file Dockerfile --tag tpp
run: docker build . --file Dockerfile --tag sm64

- name: Run the Docker image
run: docker run --rm --mount type=bind,source="$(pwd)",destination=/tpp tpp make -j
run: docker run --rm --mount type=bind,source="$(pwd)",destination=/sm64 sm64 make -j

0 comments on commit 3a509bd

Please sign in to comment.