We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e392ab commit 06f554bCopy full SHA for 06f554b
.github/workflows/build.yml
@@ -38,7 +38,8 @@ jobs:
38
run: .\setup.exe update --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --installPath "C:\Program Files\Microsoft Visual Studio\2022\Enterprise" -q --norestart --installWhileDownloading
39
shell: pwsh
40
41
- - uses: ./.github/actions
+ - name: CMake build and test
42
+ uses: ./.github/actions
43
with:
44
build-type: ${{ matrix.build-type }}
45
config-option: ${{ matrix.cmakeOptions }}
0 commit comments