File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 31
31
- uses : actions/checkout@v1
32
32
33
33
- uses : actions/setup-python@v2
34
- if : matrix.os == 'macos'
35
- with : { python-version: "3.x" }
34
+ with : { python-version: "3.8" }
36
35
37
36
- name : Create project
38
37
run : |
77
76
- uses : actions/checkout@v1
78
77
79
78
- uses : actions/setup-python@v2
80
- if : matrix.os == 'macos'
81
- with : { python-version: "3.x" }
79
+ with : { python-version: "3.8" }
82
80
83
81
- name : Create project
84
82
run : |
@@ -113,6 +111,9 @@ jobs:
113
111
steps :
114
112
- uses : actions/checkout@v1
115
113
114
+ - uses : actions/setup-python@v2
115
+ with : { python-version: "3.8" }
116
+
116
117
- name : Package
117
118
run : python -m zipapp cmake-init -p "/usr/bin/env python3"
118
119
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Here are some example outputs of the script as of 0.2.4:
51
51
52
52
Make sure you have these programs installed:
53
53
54
- * Python
54
+ * Python 3.8 or newer
55
55
* CMake 3.19 or newer
56
56
* git
57
57
You can’t perform that action at this time.
0 commit comments