Skip to content

Commit

Permalink
fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyTinni committed Jul 27, 2024
1 parent 4909bad commit 5d1c0f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
with:
path: |
./build
key: ${{ runner.os }}-${{ inputs.compiler }}-${{ hashFiles('**/CMakeLists.txt') }}
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ hashFiles('**/CMakeLists.txt') }}
restore-keys: |
${{ runner.os }}-${{ inputs.compiler }}
${{ runner.os }}-${{ matrix.compiler }}
- name: Install dependencies (linux)
run: sudo apt update && sudo apt install ninja-build libopencv-dev libpoco-dev
Expand Down

0 comments on commit 5d1c0f0

Please sign in to comment.