Skip to content

Commit

Permalink
Fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
angrymouse committed Feb 25, 2024
1 parent 71fa1a0 commit d989bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
npm i -g pnpm node-gyp
- run: pnpm install
- run: npm install
env:
NO_PREBUILD: true
- name: Sync duktape subrepo
Expand Down
1 change: 1 addition & 0 deletions bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "json.hpp"
#include <chrono>
#include <mutex>
#include <thread>
#include <queue>
#include <setjmp.h>

Expand Down

0 comments on commit d989bf3

Please sign in to comment.