mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-06-04 01:28:58 -04:00
exp: Add ubuntu 22.04 experimental builds
This commit is contained in:
parent
2814dec3e5
commit
a6c909d34d
6
.github/workflows/build_cmake.yml
vendored
6
.github/workflows/build_cmake.yml
vendored
@ -41,6 +41,12 @@ jobs:
|
|||||||
platform: linux_x64,
|
platform: linux_x64,
|
||||||
cc: "gcc", cxx: "g++"
|
cc: "gcc", cxx: "g++"
|
||||||
}
|
}
|
||||||
|
- {
|
||||||
|
name: "Ubuntu 22.04 GCC", artifact: "Linux-x64(Ubuntu-22.04-experimental)",
|
||||||
|
os: ubuntu-22.04,
|
||||||
|
platform: linux_x64,
|
||||||
|
cc: "gcc", cxx: "g++"
|
||||||
|
}
|
||||||
- {
|
- {
|
||||||
name: "macOS Latest Clang", artifact: "macOS-universal",
|
name: "macOS Latest Clang", artifact: "macOS-universal",
|
||||||
os: macos-latest,
|
os: macos-latest,
|
||||||
|
@ -90,7 +90,7 @@ void PluginUpdater::handleUpdateResponse(QNetworkReply *reply)
|
|||||||
#elif defined(Q_OS_MACOS)
|
#elif defined(Q_OS_MACOS)
|
||||||
if (name.contains("macOS"))
|
if (name.contains("macOS"))
|
||||||
#else
|
#else
|
||||||
if (name.contains("Linux"))
|
if (name.contains("Linux") && !name.contains("experimental"))
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
info.downloadUrl = asset.toObject()["browser_download_url"].toString();
|
info.downloadUrl = asset.toObject()["browser_download_url"].toString();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user