File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - name : Checkout
2929 id : checkout
3030 uses : actions/checkout@v4
31+ - name : Setup CMake
32+ uses : jwlawson/actions-setup-cmake@v2
33+ with :
34+ cmake-version : ' 3.25.x'
3135 - name : Configuring CMake files
3236 id : building-files
3337 run : |
Original file line number Diff line number Diff line change 2828 - name : Checkout
2929 id : checkout
3030 uses : actions/checkout@v4
31+ - name : Setup CMake
32+ uses : jwlawson/actions-setup-cmake@v2
33+ with :
34+ cmake-version : ' 3.25.x'
3135 - name : Configuring CMake files
3236 id : building-files
3337 run : |
5357 - name : Checkout
5458 id : checkout
5559 uses : actions/checkout@v4
60+ - name : Setup CMake
61+ uses : jwlawson/actions-setup-cmake@v2
62+ with :
63+ cmake-version : ' 3.25.x'
5664 - name : Configuring CMake files
5765 id : building-files
5866 run : |
7785 - name : Checkout
7886 id : checkout
7987 uses : actions/checkout@v4
88+ - name : Setup CMake
89+ uses : jwlawson/actions-setup-cmake@v2
90+ with :
91+ cmake-version : ' 3.25.x'
8092 - name : Configuring CMake files
8193 id : building-files
8294 run : |
Original file line number Diff line number Diff line change 2828 - name : Checkout
2929 id : checkout
3030 uses : actions/checkout@v4
31+ - name : Setup CMake
32+ uses : jwlawson/actions-setup-cmake@v2
33+ with :
34+ cmake-version : ' 3.25.x'
3135 - name : Install requirement
3236 id : install-requirements
3337 run : |
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- cmake_minimum_required (VERSION 3.21 )
15+ cmake_minimum_required (VERSION 3.19 )
1616
1717set (CMAKE_WARN_DEPRECATED ON )
1818set (PY_CASBIN_VERSION 1.1)
You can’t perform that action at this time.
0 commit comments