Skip to content

Commit 596e409

Browse files
committed
wip
1 parent 4f0f626 commit 596e409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,14 @@ jobs:
141141
- name: Fetch the cached benchmark results
142142
uses: actions/cache/restore@v4
143143
with:
144-
path: $GITHUB_WORKSPACE/build/benchmark-cache
144+
path: ${{ env.GITHUB_WORKSPACE }}/build/benchmark-cache
145145
key: bpfilter-benchmark-results-${{ matrix.host.arch }}
146146
- name: Copy the benchmark results to the cache
147147
run: mkdir -p $GITHUB_WORKSPACE/build/benchmark-cache && cp $GITHUB_WORKSPACE/build/output/*.json $GITHUB_WORKSPACE/build/benchmark-cache/; ls -lha $GITHUB_WORKSPACE/build; ls -lha $GITHUB_WORKSPACE/build/benchmark-cache
148148
- name: Cache the benchmark results
149149
uses: actions/cache/save@v4
150150
with:
151-
path: $GITHUB_WORKSPACE/build/benchmark-cache
151+
path: ${{ env.GITHUB_WORKSPACE }}/build/benchmark-cache
152152
key: bpfilter-benchmark-results-${{ matrix.host.arch }}
153153

154154
# check:

0 commit comments

Comments
 (0)