File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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') }}
You can’t perform that action at this time.
0 commit comments