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 2c1f515 commit 8a157b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ jobs:
- name: Configure, Build, and Install Dependencies
# if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: |
pwd
cmake -S dependencies -B dependencies/build -DCMAKE_INSTALL_PREFIX=dependencies/installs
cmake --build dependencies/build -j$(nproc)
- name: Configure, and Build Loki
run: |
pwd
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_BENCHMARKING=ON -S . -B build -DCMAKE_PREFIX_PATH=dependencies/installs
cmake --build build -j$(nproc)
Expand Down

0 comments on commit 8a157b2

Please sign in to comment.