mirror of
https://github.com/google/cpu_features.git
synced 2025-07-03 14:13:18 +02:00
Bump actions/checkout to v4 (#371)
Signed-off-by: tinyboxvk <viruskiller@protonmail.com>
This commit is contained in:
2
.github/workflows/amd64_windows_cmake.yml
vendored
2
.github/workflows/amd64_windows_cmake.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
env:
|
||||
CTEST_OUTPUT_ON_FAILURE: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Configure
|
||||
run: cmake -S. -Bbuild -G "Visual Studio 17 2022" -DCMAKE_CONFIGURATION_TYPES=Release
|
||||
- name: Build
|
||||
|
Reference in New Issue
Block a user