-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macos尝试构建失败 #76
Comments
应该是下载到 Linux 的 Cache 了,所以无法执行。 这里改成 with:
path: libs/deps
key: DepsCache-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.qt_version }}-${{ hashFiles('libs/build_deps_*.sh') }} 另外有些功能还需要适配,我不确定编译出来的是否工作 |
又失败了。。。 |
https://github.com/MatsuriDayo/nekoray/actions/runs/3259871387 这里编译通过了,但是还没有打包,QT库也没有带。你看看怎么打包好? 据我所知macOS有某种沙箱机制,运行的时候可以带上 |
已经打包成dmg,并且强制开启了 https://github.com/MatsuriDayo/nekoray/suites/8850716114/artifacts/403726741 |
error: |
这个是在 macos11 编译的。你的系统足够新吗? 用目前 actions 最旧的 10.15 重新编译了。 https://github.com/MatsuriDayo/nekoray/suites/8893681697/artifacts/406812671 |
好吧,我的问题,我的版本太旧了,qt都装不了 |
|
描述问题
预期行为:使用github actions编译
实际行为:编译失败
日志
详细:https://github.com/tdjnodj/nekoray/actions/runs/3254351545/jobs/5342488251
节选:
cannot execute binary file
[2/68] Automatic MOC for target qhotkey
ninja: build stopped: subcommand failed.
Error: Process completed with exit code 1.
请问一下这个怎么解决
The text was updated successfully, but these errors were encountered: