diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 771b4ee..8ed41ee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,10 +12,7 @@ jobs: runs-on: ubuntu-latest container: - image: docker://florianpiesche/moonlight-nx-build:latest - env: - # As pkgbuild needs to run unprivileged, this defines the user it will be run as - LIBCURL_BUILD_USER: build + image: docker://devkitpro/devkita64:latest steps: @@ -24,6 +21,9 @@ jobs: with: submodules: recursive + - name: Update pacman packages + run: dkp-pacman -Suy --noconfirm + - name: Run build run: ./build.sh