From eeae8f6c7418cfd3a61263a78be1b4ac67f2e808 Mon Sep 17 00:00:00 2001 From: Marcel Laverdet Date: Mon, 20 May 2024 13:33:36 -0500 Subject: [PATCH] arst --- .github/workflows/build.yml | 2 +- src/isolate/class_handle.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 26133ecd..fb2e2887 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/src/isolate/class_handle.h b/src/isolate/class_handle.h index 443b0ee6..3ffa7ee6 100644 --- a/src/isolate/class_handle.h +++ b/src/isolate/class_handle.h @@ -7,7 +7,6 @@ #include "generic/extract_params.h" #include "generic/handle_cast.h" #include "generic/read_option.h" -#include "v8-object.h" #include #include