File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
build :
11
11
runs-on : windows-latest
12
12
steps :
13
- - uses : actions/checkout@v2
14
-
15
- - name : Add msbuild to PATH
16
- uses : microsoft/setup-msbuild@v1.1
13
+ - uses : actions/checkout@v3
17
14
18
15
- name : Install Qt
19
16
uses : jurplel/install-qt-action@v4
@@ -27,11 +24,14 @@ jobs:
27
24
setup-python : ' true'
28
25
tools-only : ' false'
29
26
27
+ - name : Add msbuild to PATH
28
+ uses : microsoft/setup-msbuild@v1.1
29
+
30
30
- name : Set QTDIR and QtToolsPath
31
31
shell : bash
32
32
run : |
33
- echo "QTDIR=$QT_ROOT_DIR " >> " $GITHUB_ENV"
34
- echo "QtToolsPath=$QT_ROOT_DIR/ bin" >> " $GITHUB_ENV"
33
+ echo "QTDIR=${{ runner.temp }}/Qt/${{ env.QT_VERSION }}/msvc2019_64 " >> $GITHUB_ENV
34
+ echo "QtToolsPath=${{ runner.temp }}/Qt/${{ env.QT_VERSION }}/msvc2019_64/ bin" >> $GITHUB_ENV
35
35
36
36
- name : Build the lib in release mode
37
37
shell : pwsh
You can’t perform that action at this time.
0 commit comments