Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Jan 9, 2024
1 parent ee3ffd1 commit cf32d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
key: ${{ runner.os }}-benchmark-${{ hashFiles('**/dependencies/benchmark/CMakeLists.txt', '**/dependencies/boost/CMakeLists.txt', '**/dependencies/googletest/CMakeLists.txt') }} # Unique key based on OS and CMake files

- name: Configure, Build, and Install Dependencies
if: steps.cache-dependencies.outputs.cache-hit != 'true'
# if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: |
cmake -S dependencies -B dependencies/build
cmake --build dependencies/build -j$(nproc)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
key: ${{ runner.os }}-benchmark-${{ hashFiles('**/dependencies/benchmark/CMakeLists.txt', '**/dependencies/boost/CMakeLists.txt', '**/dependencies/googletest/CMakeLists.txt') }} # Unique key based on OS and CMake files

- name: Configure, Build, and Install Dependencies
if: steps.cache-dependencies.outputs.cache-hit != 'true'
# if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: |
cmake -S dependencies -B dependencies/build
cmake --build dependencies/build -j$(nproc)
Expand Down

0 comments on commit cf32d2d

Please sign in to comment.