Skip to content

Commit 1dbf662

Browse files
authored
Update TEST.yml
1 parent 859cb7c commit 1dbf662

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/TEST.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v2
2121

2222
- name: install_google_benchmark
23-
run: git clone 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 ../ && cmake --build "build" --config Release && sudo cmake --build "build" --config Release --target install
23+
run: 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 ../ && cmake --build "build" --config Release && sudo cmake --build "build" --config Release --target install
2424

2525
- name: PULL_CORE
2626
run: cd ${{github.workspace}}/port/linux && bash pull-core.sh

0 commit comments

Comments
 (0)