25
25
run : apt-get update ; apt-get install -y git unzip
26
26
- uses : actions/checkout@v3
27
27
- name : Get latest CMake and ninja
28
- uses : lukka/get-cmake@latest
28
+ uses : lukka/get-cmake@v3.27.7
29
29
- name : Run CMake
30
30
run : cmake -S . -B build -DJSON_CI=On
31
31
- name : Build
62
62
steps :
63
63
- uses : actions/checkout@v3
64
64
- name : Get latest CMake and ninja
65
- uses : lukka/get-cmake@latest
65
+ uses : lukka/get-cmake@v3.27.7
66
66
- name : Run CMake
67
67
run : cmake -S . -B build -DJSON_CI=On
68
68
- name : Build
79
79
run : apt-get update ; apt-get install -y git clang-tools unzip
80
80
- uses : actions/checkout@v3
81
81
- name : Get latest CMake and ninja
82
- uses : lukka/get-cmake@latest
82
+ uses : lukka/get-cmake@v3.27.7
83
83
- name : Run CMake
84
84
run : cmake -S . -B build -DJSON_CI=On
85
85
- name : Build
96
96
run : apt-get update ; apt-get install -y build-essential unzip wget git
97
97
- uses : actions/checkout@v3
98
98
- name : Get latest CMake and ninja
99
- uses : lukka/get-cmake@latest
99
+ uses : lukka/get-cmake@v3.27.7
100
100
- name : Run CMake
101
101
run : cmake -S . -B build -DJSON_CI=On
102
102
- name : Build
@@ -134,7 +134,7 @@ jobs:
134
134
steps :
135
135
- uses : actions/checkout@v3
136
136
- name : Get latest CMake and ninja
137
- uses : lukka/get-cmake@latest
137
+ uses : lukka/get-cmake@v3.27.7
138
138
- name : Run CMake
139
139
run : cmake -S . -B build -DJSON_CI=On
140
140
- name : Build
@@ -151,7 +151,7 @@ jobs:
151
151
run : apt-get update ; apt-get install -y unzip git
152
152
- uses : actions/checkout@v3
153
153
- name : Get latest CMake and ninja
154
- uses : lukka/get-cmake@latest
154
+ uses : lukka/get-cmake@v3.27.7
155
155
- name : Set env FORCE_STDCPPFS_FLAG for clang 7 / 8 / 9 / 10
156
156
run : echo "JSON_FORCED_GLOBAL_COMPILE_OPTIONS=-DJSON_HAS_FILESYSTEM=0;-DJSON_HAS_EXPERIMENTAL_FILESYSTEM=0" >> "$GITHUB_ENV"
157
157
if : ${{ matrix.compiler == '7' || matrix.compiler == '8' || matrix.compiler == '9' || matrix.compiler == '10' }}
@@ -197,7 +197,7 @@ jobs:
197
197
run : apt-get update ; apt-get install -y git unzip
198
198
- uses : actions/checkout@v3
199
199
- name : Get latest CMake and ninja
200
- uses : lukka/get-cmake@latest
200
+ uses : lukka/get-cmake@v3.27.7
201
201
- name : Run CMake
202
202
run : cmake -S . -B build -DJSON_CI=On
203
203
- name : Build
0 commit comments