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 88 strategy :
99 matrix :
1010 env :
11- [BLA : blubb, BLA: blablubb]
11+ [BLA : blubb BLUBB: bla , BLA: blablubb BLUBB: blubb ]
1212 # [
1313 # -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,
1414 # -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,
4444 steps :
4545 - uses : actions/checkout@v1
4646 - run : |
47- echo $BLA
47+ echo $BLA $BLUBB
4848 env: ${{ matrix.env }}
You can’t perform that action at this time.
0 commit comments