Revert "fix(ci): ensure node is installed"
This reverts commit cb91bde7f8
.
This commit is contained in:
parent
faaccf870e
commit
4c0560dc0c
1 changed files with 62 additions and 65 deletions
|
@ -1,10 +1,10 @@
|
||||||
name: Build Zenyx ⚡
|
name: Build Zenyx ⚡
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build ${{ matrix.target }}
|
name: Build ${{ matrix.target }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -35,9 +35,6 @@
|
||||||
ext: ".exe"
|
ext: ".exe"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Ensure nodejs
|
|
||||||
run: |
|
|
||||||
apt-get -y install nodejs
|
|
||||||
- name: 📥 Checkout source
|
- name: 📥 Checkout source
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue