Skip to content

Commit ab8d294

Browse files
author
{your_name}
committed
test
1 parent dae1b8d commit ab8d294

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/buildarm.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,11 @@ jobs:
8888
- name: Install System Dependencies
8989
run: |
9090
sudo apt-get update
91-
sudo apt-get install -y chromium-browser python3-distutils build-essential libssl-dev
91+
sudo apt-get install -y chromium-browser python3-distutils build-essential libssl-dev make gcc g++
92+
93+
- name: Configure Python for node-gyp
94+
run: |
95+
sudo npm config set python $(which python3)
9296
9397
- name: Install Node.js
9498
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)