mirror of
https://github.com/rock88/moonlight-nx
synced 2024-11-22 11:33:11 +00:00
Test :C
This commit is contained in:
parent
aac7d625e4
commit
973bbb4958
1 changed files with 4 additions and 4 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue