Skip to content

Commit

Permalink
html5-webcam: chore: fix broken node-gyp build on Python 3.11 nodejs/…
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-campbell committed Jan 16, 2023
1 parent 0104991 commit d2da795
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ environment:
appveyor_build_worker_image: Visual Studio 2019
nodejs_version: "14"
ARCH: x64
# https://github.com/nodejs/node-gyp/issues/2219
PYTHON: "C:\Python39-x64"
- job_name: Windows build (x86)
appveyor_build_worker_image: Visual Studio 2019
nodejs_version: "14"
ARCH: x86
# https://github.com/nodejs/node-gyp/issues/2219
PYTHON: "C:\Python39"
global:
GITHUB_TOKEN:
secure: G9Qlv8MYhgvYlUxWWUiDdfIUTrKcia16HAdzkVydWqC+wo60XrC8nk1Q2R9WKGXx
Expand Down Expand Up @@ -410,6 +414,8 @@ for:
fast_finish: true

init:
# Since we are not using the defaut python installation here.
- set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
- git --version
- git config --global core.autocrlf false
- git config --global user.name "AppVeyor"
Expand Down

0 comments on commit d2da795

Please sign in to comment.