Skip to content

Bump github/codeql-action from 2.3.2 to 2.21.9 #610

Bump github/codeql-action from 2.3.2 to 2.21.9

Bump github/codeql-action from 2.3.2 to 2.21.9 #610

Workflow file for this run

name: VS17-ARM-CI
on: [push, pull_request]
permissions:
contents: read
jobs:
ci:
name: windows-vs17
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
include:
- {arch: ARM}
- {arch: ARM64}
steps:
- name: checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Use cmake
run: |
cmake -A ${{ matrix.arch }} -DCMAKE_CROSSCOMPILING=1 -B build &&
cmake --build build --verbose