fix(ci): ensure node is installed
Some checks failed
Build Zenyx ⚡ / Build aarch64-unknown-linux-gnu (push) Failing after 5s
Build Zenyx ⚡ / Build universal2-apple-darwin (push) Failing after 5s
Build Zenyx ⚡ / Build x86_64-unknown-linux-gnu (push) Failing after 4s
Build Zenyx ⚡ / Build x86_64-pc-windows-msvc (push) Failing after 4s

This commit is contained in:
Chance 2025-04-18 23:53:07 -04:00
parent 87d810aff3
commit cb91bde7f8
Signed by: caznix
GPG key ID: 489D213143D753FD

View file

@ -1,10 +1,10 @@
name: Build Zenyx ⚡
name: Build Zenyx ⚡
on:
on:
push:
pull_request:
jobs:
jobs:
build:
name: Build ${{ matrix.target }}
runs-on: ubuntu-latest
@ -35,6 +35,9 @@ jobs:
ext: ".exe"
steps:
- name: Ensure nodejs
run: |
apt-get -y install nodejs
- name: 📥 Checkout source
uses: https://github.com/actions/checkout@v4