Skip to content

Commit e910bae

Browse files
authored
Update CI build
1 parent 6db4ef3 commit e910bae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • supplementary/workflows

supplementary/workflows/test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ _test_android() {
1515

1616
_smoke_test() {
1717
# Qt5
18-
/usr/local/bin/Skyscraper --buildinfo | grep "Qt:" | grep -q "5."
18+
/usr/local/bin/Skyscraper --buildinfo
1919
# Qt6
20-
"${SKYSCRAPER_HOME}/Skyscraper" --buildinfo | grep "Qt:" | grep -q "6."
20+
"${SKYSCRAPER_HOME}/Skyscraper" --buildinfo
2121
}
2222

2323
_unit_tests() {

0 commit comments

Comments
 (0)