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 299162e commit 3335575Copy full SHA for 3335575
.github/workflows/buildarm.yml
@@ -89,15 +89,11 @@ jobs:
89
- name: Install Dependencies
90
run: |
91
sudo apt-get update
92
-<<<<<<< HEAD
93
sudo apt-get install -y chromium-browser python3-distutils build-essential libssl-dev make gcc g++
94
95
- name: Configure Python for node-gyp
96
97
sudo npm config set python $(which python3)
98
-=======
99
- sudo apt-get install -y chromium-browser python3-distutils python3-pip build-essential libssl-dev
100
->>>>>>> fd5854b13d82956104126877874b00c7b1e3be2b
101
102
- name: Install Node.js
103
uses: actions/setup-node@v4
0 commit comments