We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae1b8d commit ab8d294Copy full SHA for ab8d294
.github/workflows/buildarm.yml
@@ -88,7 +88,11 @@ jobs:
88
- name: Install System Dependencies
89
run: |
90
sudo apt-get update
91
- sudo apt-get install -y chromium-browser python3-distutils build-essential libssl-dev
+ 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)
96
97
- name: Install Node.js
98
uses: actions/setup-node@v4
0 commit comments