Skip to content

Commit 299ac1b

Browse files
committed
wip
1 parent d779466 commit 299ac1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
run: cmake -S $GITHUB_WORKSPACE -B $GITHUB_WORKSPACE/build -DWITH_BENCHMARK=on
150150
- name: Setup the cache mechanism
151151
uses: actions/cache@v4
152-
if: matrix.host.arch == "x64"
152+
if: matrix.host.arch == 'x64'
153153
with:
154154
path: build/output/benchmarks
155155
key: benchmarks-results

0 commit comments

Comments
 (0)