From 06d8f10e594bdde71f262e21e0e919908f24cc98 Mon Sep 17 00:00:00 2001 From: Elwardi Date: Sun, 10 Nov 2024 12:47:34 +0100 Subject: [PATCH] ci: add rebuild step --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38b63be..d9c53e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,6 +25,9 @@ jobs: - run: pip3 install setuptools env: PYTHON: '${{ steps.py.outputs.python-path }}' + - run: npm rebuild + env: + NODE_GYP_FORCE_PYTHON: '${{ steps.py.outputs.python-path }}' - run: npm install env: NODE_GYP_FORCE_PYTHON: '${{ steps.py.outputs.python-path }}'