Skip to content

Commit f24d7e3

Browse files
authored
Update actions to work after clearing cache, bump to RC2 (#854) (#855)
1 parent 17df4b5 commit f24d7e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/app_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,8 @@ jobs:
433433
pip show setuptools || true
434434
pip install setuptools --upgrade
435435
pip3 install aqtinstall
436-
aqt list-qt mac desktop --arch 6.5.2
437-
aqt list-qt mac desktop --modules 6.5.2 ${{ matrix.QT_ARCH }}
436+
aqt list-qt ${{ matrix.QT_OS_NAME }} desktop --arch $QT_VERSION
437+
aqt list-qt ${{ matrix.QT_OS_NAME }} desktop --modules $QT_VERSION ${{ matrix.QT_ARCH }}
438438
aqt install-qt --outputdir ./build/Qt-install/ ${{ matrix.QT_OS_NAME }} desktop $QT_VERSION ${{ matrix.QT_ARCH }} -m qtwebchannel qtwebengine qtwebview qt5compat qtpositioning qtcharts
439439
fi
440440

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ endif()
272272

273273
# TODO: Modify the more specific variables as needed to indicate prerelease, etc
274274
# Keep in beta in-between release cycles. Set to empty string (or comment out) for official)
275-
set(PROJECT_VERSION_PRERELEASE "rc1")
275+
set(PROJECT_VERSION_PRERELEASE "rc2")
276276

277277
# OpenStudio version: Only include Major.Minor.Patch, eg "3.0.0", even if you have a prerelease tag
278278
set(OPENSTUDIOAPPLICATION_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")

0 commit comments

Comments
 (0)