diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 14603e74..6205cd0d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -154,6 +154,7 @@ jobs: path: build/output/benchmarks key: benchmarks-results - name: cache content + if: matrix.host.arch == 'x64' run: ls build/output/benchmarks - name: Build run: make -C $GITHUB_WORKSPACE/build -j `nproc` benchmark