File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ jobs:
72
72
run : |
73
73
git config --global core.autocrlf true
74
74
- uses : actions/checkout@v2
75
- - name : Set up Python 2.7
76
- uses : actions/setup-python@v1
75
+ - name : Set up Python 3.8
76
+ uses : actions/setup-python@v2
77
77
with :
78
- python-version : 2.7
78
+ python-version : 3.8
79
79
- name : Environment Information
80
80
run : npx envinfo
81
81
- name : Download tarball
Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ to run it again before invoking `make -j4`.
526
526
527
527
##### Option 1: Manual install
528
528
529
- * [ Python 2.7 ] ( https://www.python.org/downloads/ )
529
+ * [ Python 3.8 ] ( https://www.python.org/downloads/ )
530
530
* The "Desktop development with C++" workload from
531
531
[ Visual Studio 2017 or 2019] ( https://visualstudio.microsoft.com/downloads/ ) or
532
532
the "Visual C++ build tools" workload from the
You can’t perform that action at this time.
0 commit comments