fix container

This commit is contained in:
Rainchus 2024-05-22 10:30:18 -05:00
parent b800f53c88
commit 2d721fd18d

View file

@ -8,7 +8,7 @@ jobs:
build:
# This is a *private* build container.
# See docs/github_actions.md for more information.
container: ghcr.io/Rainchus/marioparty4-build:main
container: ghcr.io/rainchus/marioparty4-build:main
runs-on: ubuntu-latest
strategy:
@ -19,7 +19,7 @@ jobs:
steps:
# Checkout the repository (shallow clone)
- name: Checkout
- name: Checkout repository
uses: actions/checkout@v4
with:
lfs: true