File tree Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
strategy :
16
16
fail-fast : false
17
17
matrix :
18
- container :
19
- - ' ubuntu: 20.04'
20
- - ' ubuntu: 22.04'
18
+ container_version :
19
+ - ' 20.04'
20
+ - ' 22.04'
21
21
runs-on : ubuntu-latest
22
- container : ${{ matrix.container }}
22
+ container : ubuntu: ${{ matrix.container_version }}
23
23
steps :
24
24
- name : Install Qt
25
25
run : |
70
70
71
71
- name : Upload Wrappers
72
72
uses : actions/upload-artifact@v3
73
- if : ${{ matrix.container }} == 'ubuntu:20.04'
74
73
with :
75
- name : wrappers_ubuntu_20_04
76
- path : generated_cpp
77
-
78
- - name : Upload Wrappers
79
- uses : actions/upload-artifact@v3
80
- if : ${{ matrix.container }} == 'ubuntu:22.04'
81
- with :
82
- name : wrappers_ubuntu_22_04
74
+ name : wrappers_ubuntu_${{ matrix.container_version }}
83
75
path : generated_cpp
84
76
85
77
oldschool :
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ the directory where the python lib file is located. Then you should set the
43
43
When using the prebuild Python installer, this will be:
44
44
45
45
``` cmd
46
- set PYTHON_PATH=c:\Python38
47
- set PYTHON_LIB=c:\Python38 \libs
48
- set PYTHON_VERSION=38
46
+ set PYTHON_PATH=c:\Python311
47
+ set PYTHON_LIB=c:\Python311 \libs
48
+ set PYTHON_VERSION=3.11
49
49
```
You can’t perform that action at this time.
0 commit comments