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:
7272 run : |
7373 git config --global core.autocrlf true
7474 - 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
7777 with :
78- python-version : 2.7
78+ python-version : 3.8
7979 - name : Environment Information
8080 run : npx envinfo
8181 - 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`.
526526
527527##### Option 1: Manual install
528528
529- * [ Python 2.7 ] ( https://www.python.org/downloads/ )
529+ * [ Python 3.8 ] ( https://www.python.org/downloads/ )
530530* The "Desktop development with C++" workload from
531531 [ Visual Studio 2017 or 2019] ( https://visualstudio.microsoft.com/downloads/ ) or
532532 the "Visual C++ build tools" workload from the
You can’t perform that action at this time.
0 commit comments