mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-08 04:42:26 +00:00
Use Python 3.10 in GitHub workflow
Python 3.11 breaks the gyp-next pip package which is used in the build process to compile nss. It seems that gyp-next has no updated version to fix that. Use Python 3.10 instead as a temporary fix.
This commit is contained in:
4
.github/workflows/build-and-test-make.yml
vendored
4
.github/workflows/build-and-test-make.yml
vendored
@@ -39,7 +39,9 @@ jobs:
|
||||
capture_interface: en0
|
||||
make: gmake
|
||||
steps:
|
||||
- uses: actions/setup-python@v3
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
- name: Install Ubuntu dependencies
|
||||
if: matrix.os == 'ubuntu-20.04'
|
||||
|
Reference in New Issue
Block a user