Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
qdeslandes committed Jan 31, 2025
1 parent d779466 commit 299ac1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
run: cmake -S $GITHUB_WORKSPACE -B $GITHUB_WORKSPACE/build -DWITH_BENCHMARK=on
- name: Setup the cache mechanism
uses: actions/cache@v4
if: matrix.host.arch == "x64"
if: matrix.host.arch == 'x64'
with:
path: build/output/benchmarks
key: benchmarks-results
Expand Down

0 comments on commit 299ac1b

Please sign in to comment.