File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
matrix :
10
10
env :
11
- [BLA : blubb, BLA: blablubb]
11
+ [BLA : blubb BLUBB: bla , BLA: blablubb BLUBB: blubb ]
12
12
# [
13
13
# -5.13.1 --build-arg QT_VERSION_MAJOR=5 --build-arg QT_VERSION_MINOR=13 --build-arg QT_VERSION_PATCH=1 --build-arg QT_DOWNLOAD_BRANCH=official_releases --build-arg QT_TARBALL_NAMING_SCHEME=everywhere --build-arg CI_BUILD=2 --build-arg CORE_COUNT=2,
14
14
# -5.13.0 --build-arg QT_VERSION_MAJOR=5--build-arg QT_VERSION_MINOR=13--build-arg QT_VERSION_PATCH=0--build-arg QT_DOWNLOAD_BRANCH=official_releases--build-arg QT_TARBALL_NAMING_SCHEME=everywhere --build-arg CI_BUILD=2 --build-arg CORE_COUNT=2,
44
44
steps :
45
45
- uses : actions/checkout@v1
46
46
- run : |
47
- echo $BLA
47
+ echo $BLA $BLUBB
48
48
env: ${{ matrix.env }}
You can’t perform that action at this time.
0 commit comments