File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
# run: |
37
37
# brew install llvm
38
38
39
- # - uses: maxim-lobanov/setup-xcode@v1
40
- # with:
41
- # xcode-version: latest
39
+ - uses : maxim-lobanov/setup-xcode@v1
40
+ with :
41
+ xcode-version : latest
42
42
43
43
- uses : ./.github/actions/setup
44
44
Original file line number Diff line number Diff line change 78
78
"name" : " flags-darwin" ,
79
79
"hidden" : true ,
80
80
"cacheVariables" : {
81
- "CMAKE_CXX_FLAGS" : " -fstack-protector-strong -fcf-protection=full - Wall -Wextra -Wpedantic -Wconversion -Wsign-conversion -Wcast-qual -Wformat=2 -Wundef -Wshadow -Wcast-align -Wunused -Wnull-dereference -Wdouble-promotion -Wimplicit-fallthrough -Wextra-semi -Woverloaded-virtual -Wnon-virtual-dtor -Wold-style-cast"
81
+ "CMAKE_CXX_FLAGS" : " -fstack-protector-strong -Wall -Wextra -Wpedantic -Wconversion -Wsign-conversion -Wcast-qual -Wformat=2 -Wundef -Wshadow -Wcast-align -Wunused -Wnull-dereference -Wdouble-promotion -Wimplicit-fallthrough -Wextra-semi -Woverloaded-virtual -Wnon-virtual-dtor -Wold-style-cast"
82
82
}
83
83
},
84
84
{
You can’t perform that action at this time.
0 commit comments