Update CI.yml

This commit is contained in:
Lyon 2022-02-14 19:16:09 +08:00 committed by GitHub
parent 7d5d934f89
commit 78d6f8a218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ jobs:
- name: install_google_benchmark
run: |
git clone -branch v1.6.1 https://github.com/google/benchmark.git
git clone --branch v1.6.1 https://github.com/google/benchmark.git
cd benchmark
cmake -E make_directory "build"
cmake -E chdir "build" cmake -DBENCHMARK_DOWNLOAD_DEPENDENCIES=on -DCMAKE_BUILD_TYPE=Release ../