GH actions 3

This commit is contained in:
pokamest 2022-11-03 00:04:08 +03:00 committed by vladimir.kuznetsov
parent 9ef5d0c144
commit 3af9bf9e12

View file

@ -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"