fix workflow
This commit is contained in:
parent
7f8796c10e
commit
97cdd80ce4
5
.github/workflows/prebuild.yml
vendored
5
.github/workflows/prebuild.yml
vendored
@ -2,7 +2,7 @@ on:
|
||||
repository_dispatch:
|
||||
types: [on-demand-build]
|
||||
release:
|
||||
types: [published, created, prereleased]
|
||||
types: [created]
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
@ -17,6 +17,9 @@ jobs:
|
||||
- uses: actions/setup-node@master
|
||||
with:
|
||||
node-version: '13.x'
|
||||
- name: Install ubuntu deps
|
||||
if: contains(matrix.os, 'ubuntu')
|
||||
run: sudo apt install mesa-common-dev libglu1-mesa-dev
|
||||
- name: Install deps
|
||||
run: npm install
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user