mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
build: recommend Python 3.8 to build on Windows
PR-URL: https://github.com/nodejs/node/pull/34182 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
This commit is contained in:
6
.github/workflows/build-tarball.yml
vendored
6
.github/workflows/build-tarball.yml
vendored
@@ -72,10 +72,10 @@ jobs:
|
||||
run: |
|
||||
git config --global core.autocrlf true
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 2.7
|
||||
uses: actions/setup-python@v1
|
||||
- name: Set up Python 3.8
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 2.7
|
||||
python-version: 3.8
|
||||
- name: Environment Information
|
||||
run: npx envinfo
|
||||
- name: Download tarball
|
||||
|
||||
@@ -526,7 +526,7 @@ to run it again before invoking `make -j4`.
|
||||
|
||||
##### Option 1: Manual install
|
||||
|
||||
* [Python 2.7](https://www.python.org/downloads/)
|
||||
* [Python 3.8](https://www.python.org/downloads/)
|
||||
* The "Desktop development with C++" workload from
|
||||
[Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) or
|
||||
the "Visual C++ build tools" workload from the
|
||||
|
||||
Reference in New Issue
Block a user