Skip to content

Commit

Permalink
ci: Install & use ninja-build
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Jul 23, 2024
1 parent 1e4234a commit b592789
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
cache: "npm"
cache-dependency-path: package-lock.json

- name: Install build dependencies
run: sudo apt-get install ninja-build

- name: Install npm dependencies
run: npm -g install --force --include=dev

Expand Down

0 comments on commit b592789

Please sign in to comment.