This commit is contained in:
lyon 2022-01-04 00:47:23 +08:00
commit 8456becfac

View File

@ -21,6 +21,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install_google_benchmark
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
- name: PULL_CORE
run: cd ${{github.workspace}}/port/linux && bash pull-core.sh