GH actions 3
This commit is contained in:
parent
9ef5d0c144
commit
3af9bf9e12
1 changed files with 3 additions and 1 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -39,8 +39,10 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Cache Qt
|
- name: Cache Qt
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
id: cache-qt
|
id: cache-qt
|
||||||
|
key:
|
||||||
|
qt-5.15.2-linux
|
||||||
with:
|
with:
|
||||||
path: "$HOME/Qt"
|
path: "$HOME/Qt"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue