Skip to content

Commit

Permalink
Update js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer authored Nov 28, 2023
1 parent 6ef7a0d commit 24bff9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- uses: actions/checkout@v3

- name: Setup
run: sudo apt-get install ninja-build nodejs
run: |
sudo apt-get update
sudo apt-get install ninja-build nodejs
- name: Build JS bindings
run: |
Expand Down

0 comments on commit 24bff9a

Please sign in to comment.