Skip to content

Commit d1a0a65

Browse files
authored
ci: add cache
1 parent 7b03087 commit d1a0a65

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/codspeed.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
lfs: true
2323
- run: git config --global url."https://not-matthias:${{ secrets.PAT }}@github.com".insteadOf "https://github.com"
2424

25-
# - name: Cache opencv
26-
# uses: actions/cache@v3
27-
# with:
28-
# path: /usr/local
29-
# key: ${{ runner.os }}-build-tests-${{ hashFiles('**/CMakeLists.txt', '/usr/local/**') }}
25+
- name: Cache opencv
26+
uses: actions/cache@v3
27+
with:
28+
path: build-opencv
29+
key: ${{ runner.os }}-build-opencv
3030

3131
- uses: extractions/setup-just@v2
3232

0 commit comments

Comments
 (0)