We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b03087 commit d1a0a65Copy full SHA for d1a0a65
.github/workflows/codspeed.yml
@@ -22,11 +22,11 @@ jobs:
22
lfs: true
23
- run: git config --global url."https://not-matthias:${{ secrets.PAT }}@github.com".insteadOf "https://github.com"
24
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/**') }}
+ - name: Cache opencv
+ uses: actions/cache@v3
+ with:
+ path: build-opencv
+ key: ${{ runner.os }}-build-opencv
30
31
- uses: extractions/setup-just@v2
32
0 commit comments