We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42639e commit f2519b7Copy full SHA for f2519b7
.github/workflows/build-windows.yml
@@ -36,20 +36,15 @@ jobs:
36
run: |
37
python -m pip install --upgrade pip setuptools wheel
38
39
- - name: Configure npm to use Python
+ - name: Set node-gyp Python path
40
41
- npm config set python python
+ echo "npm_config_python=$env:pythonLocation\python.exe" >> $env:GITHUB_ENV
42
43
- name: Setup Node.js
44
uses: actions/setup-node@v4
45
with:
46
node-version: '18.18.0'
47
48
- - name: Install dependencies
49
- run: |
50
- source venv-gyp/bin/activate
51
- npm install --legacy-peer-deps
52
-
53
- name: Install Bonjour SDK
54
55
# Download and install Bonjour SDK
0 commit comments