qt version in github actions changed to 6.4.1

This commit is contained in:
vladimir.kuznetsov 2022-11-27 01:38:30 +03:00
parent 8b6afcc5ec
commit c85ad470ba
2 changed files with 8 additions and 6 deletions

View file

@ -1,6 +1,8 @@
#!/bin/bash
echo "Build script started ..."
ls $QT_BIN_DIR
set -o errexit -o nounset
while getopts n: flag