Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirasawaSama committed Aug 25, 2021
1 parent 1c9475e commit 4b5e0c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ jobs:
with:
node-version: 16

- name: Install dependencies
run: sudo apt-get install -y mesa-utils libxi-dev libglu1-mesa-dev libglew-dev pkg-config xvfb

- name: Install npm dependencies
run: npm install

- name: Install dependencies
run: sudo apt-get install xvfb

- name: Generate assets
run: xvfb-run --auto-servernum npm run gen

Expand Down

0 comments on commit 4b5e0c6

Please sign in to comment.