Skip to content

Commit

Permalink
fixed dir
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Jan 5, 2024
1 parent a24d972 commit c64b9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Build and Install Google Test
run: |
cd benchmark
cd googletest
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DBENCHMARK_ENABLE_GTEST_TESTS=OFF -DCMAKE_INSTALL_PREFIX=$GTEST_INSTALL_DIR
cmake --build build
cmake --install build
Expand Down

0 comments on commit c64b9e6

Please sign in to comment.