Skip to content

Commit

Permalink
Try to fix this annoying caching bug on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-gromeyer committed May 14, 2023
1 parent 557f595 commit 3c645d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,13 @@ jobs:
with:
path: build
key: ${{ matrix.os }}-build-${{ matrix.QT_VER }}
exclude: |
build/.git
build/.gitignore

- name: Build
run: |
mkdir -p build && cd build
cmake ..
cmake --build .
shell: bash

0 comments on commit 3c645d8

Please sign in to comment.