Skip to content

Commit

Permalink
fix container
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainchus committed May 22, 2024
1 parent b800f53 commit 2d721fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -19,7 +19,7 @@ jobs:

steps:
# Checkout the repository (shallow clone)
- name: Checkout
- name: Checkout repository
uses: actions/checkout@v4
with:
lfs: true
Expand Down

0 comments on commit 2d721fd

Please sign in to comment.