Skip to content

Commit 9aca7ec

Browse files
committed
feat: fix release action
1 parent 07e0493 commit 9aca7ec

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
submodules: "true"
3333

3434
- name: Cache CEF folders
35-
uses: actions/cache@v2
35+
uses: actions/cache@v3
3636
with:
3737
path: ${{github.workspace}}/CefViewCore/dep
3838
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -66,15 +66,15 @@ jobs:
6666
- name: Install Qt
6767
uses: jurplel/install-qt-action@v3
6868
with:
69-
setup-python: "false"
69+
setup-python: "true"
7070

7171
- name: Checkout Source
7272
uses: actions/checkout@v2
7373
with:
7474
submodules: "true"
7575

7676
- name: Cache CEF folders
77-
uses: actions/cache@v2
77+
uses: actions/cache@v3
7878
with:
7979
path: ${{github.workspace}}/CefViewCore/dep
8080
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -120,7 +120,7 @@ jobs:
120120
submodules: "true"
121121

122122
- name: Cache CEF folders
123-
uses: actions/cache@v2
123+
uses: actions/cache@v3
124124
with:
125125
path: ${{github.workspace}}/CefViewCore/dep
126126
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}

0 commit comments

Comments
 (0)