File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 7
7
release :
8
8
types : [published]
9
9
push :
10
- tags :
11
10
branches :
12
11
- main
13
12
- develop
13
+ permissions :
14
+ contents : write
14
15
15
16
env :
16
17
TEMPLATES_PATH : " .github/template"
Original file line number Diff line number Diff line change 6
6
7
7
## About cmake_template
8
8
9
- ** NOTE** This is undergoing a major overhaul on a new branch currently.
10
-
11
-
12
9
This is a C++ Best Practices GitHub template for getting up and running with C++ quickly.
13
10
14
11
By default (collectively known as ` ENABLE_DEVELOPER_MODE ` )
@@ -53,7 +50,6 @@ Now you can clone the project locally and get to work!
53
50
54
51
* [ Dependency Setup] ( README_dependencies.md )
55
52
* [ Building Details] ( README_building.md )
56
- * [ Troubleshooting] ( README_troubleshooting.md )
57
53
* [ Docker] ( README_docker.md )
58
54
59
55
## Testing
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ The following compilers should work:
103
103
</details>
104
104
105
105
106
- 2 . [ CMake 3.15 +] ( https://cmake.org/ )
106
+ 2 . [ CMake 3.21 +] ( https://cmake.org/ )
107
107
<details>
108
108
<summary>Install Command</summary>
109
109
You can’t perform that action at this time.
0 commit comments