There was an error while loading. Please reload this page.
1 parent 4434dac commit 16da765Copy full SHA for 16da765
2 files changed
.github/workflows/ci.yml
@@ -47,12 +47,12 @@ jobs:
47
- name: test
48
run: bazel test --cxxopt='-Werror' --cxxopt='-std=c++20' --repo_env=CC=clang --test_output=errors ...
49
50
- windows-latest-cpp20-cmake-mvsc:
+ windows-2019-cpp20-cmake-mvsc:
51
runs-on: windows-2019
52
steps:
53
- name: checkout
54
uses: actions/checkout@v4
55
+ - name: cmake configure
56
+ run: cmake --preset msvc-16-config-debug
57
- name: cmake build
- run: |
- cmake --preset msvc-16-config-debug
58
- cmake --build --preset msvc-16-build-debug
+ run: cmake --build --preset msvc-16-build-debug
.github/workflows/ci_cmake_win.yml
0 commit comments