install qt action:只需一个简单的操作即可在您的Github Actions工作流程上安装Qt 源码
install-qt-action 在Github Actions工作流程上手动安装Qt是最糟糕的。 您知道有什么比处理它更容易的吗? 只是使用这个: - name : Install Qt uses : jurplel/install-qt-action@v2 全部完成。 选件 version 要安装的所需Qt版本。 默认值: 5.15.2 (撰写本文时最新的LTS) host 这是您将要安装的Qt版本的主机平台。 如果您仅在构建,则不太可能需要手动设置。 例如,如果您在Linux上构建并定位于桌面,则可以将host设置为linux 。 如果您是在Linux
文件列表
install-qt-action-master.zip
(预估有个12文件)
install-qt-action-master
package.json
756B
.github
workflows
test.yml
1KB
tests
TestWithModules
TestWithModules.pro
897B
main.cpp
176B
.gitignore
741B
暂无评论