File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,14 +141,14 @@ jobs:
141141 - name : Fetch the cached benchmark results
142142 uses : actions/cache/restore@v4
143143 with :
144- path : ${{ env.GITHUB_WORKSPACE }}/ build/benchmark-cache
144+ path : 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 : ${{ env.GITHUB_WORKSPACE }}/ build/benchmark-cache
151+ path : build/benchmark-cache
152152 key : bpfilter-benchmark-results-${{ matrix.host.arch }}
153153
154154 # check:
You can’t perform that action at this time.
0 commit comments