Skip to content

Bump lukka/get-cmake from 3.31.5 to 3.31.6 #35

Bump lukka/get-cmake from 3.31.5 to 3.31.6

Bump lukka/get-cmake from 3.31.5 to 3.31.6 #35

Workflow file for this run

name: Windows-CI
on: [ pull_request, workflow_dispatch ]
jobs:
build:
name: Build
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- os: windows-2019
is-release: 0
- os: windows-2022
is-release: 0
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install CMake
uses: lukka/get-cmake@56d043d188c3612951d8755da8f4b709ec951ad6 #v3.31.6
with:
cmakeVersion: 3.31.4
- name: Build it
run: script/build.ps1