1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-17 23:12:30 +08:00

remove shell overrides and depend on default for msys2

This commit is contained in:
Dominic Hamon 2025-02-04 10:25:34 +00:00
parent 4d98655391
commit 2f004835b5

View File

@ -128,7 +128,6 @@ jobs:
# NOTE: we can't use cmake actions here as we need to do everything in msys2 shell.
- name: configure cmake
shell: msys2 {0}
env:
CXX: ${{ matrix.msys2.compiler }}
run: >
@ -138,10 +137,8 @@ jobs:
-DBUILD_SHARED_LIBS=${{ matrix.lib == 'shared' }}
- name: build
shell: msys2 {0}
run: cmake --build _build/ --config ${{ matrix.build_type }}
- name: test
shell: msys2 {0}
working-directory: _build
run: ctest -C ${{ matrix.build_type }} -VV