Skip to content

Commit

Permalink
arst
Browse files Browse the repository at this point in the history
  • Loading branch information
laverdet committed May 20, 2024
1 parent 687924b commit eeae8f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
# https://github.com/nodejs/node-gyp/issues/2869
- run: PIP_BREAK_SYSTEM_PACKAGES=1 python3 -m pip install setuptools
- run: python3 -m pip install -- --break-system-packages setuptools
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
1 change: 0 additions & 1 deletion src/isolate/class_handle.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "generic/extract_params.h"
#include "generic/handle_cast.h"
#include "generic/read_option.h"
#include "v8-object.h"

#include <cassert>
#include <cstddef>
Expand Down

0 comments on commit eeae8f6

Please sign in to comment.