workflow: Install Node.js and update artifact name in 3DS build
This commit is contained in:
7
.github/workflows/3ds.yml
vendored
7
.github/workflows/3ds.yml
vendored
@@ -25,6 +25,11 @@ jobs:
|
|||||||
PATH: /opt/devkitpro/tools/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
PATH: /opt/devkitpro/tools/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Node.js (required for GitHub Actions)
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y nodejs npm
|
||||||
|
|
||||||
- name: Checkout (with submodules)
|
- name: Checkout (with submodules)
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -49,6 +54,6 @@ jobs:
|
|||||||
- name: Upload artefacts
|
- name: Upload artefacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ctrmus-build
|
name: mice-build
|
||||||
path: output
|
path: output
|
||||||
if-no-files-found: warn
|
if-no-files-found: warn
|
||||||
|
|||||||
Reference in New Issue
Block a user