We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc71a4c commit 7d0a4a9Copy full SHA for 7d0a4a9
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
if: startsWith(matrix.os, 'ubuntu')
44
run: |
45
if [[ "${{ matrix.zig_build }}" == "true" ]]; then
46
- snap install zig --classic --beta
+ sudo snap install zig --classic --beta
47
mkdir -p build
48
# 使用zig-build.cmake配置文件编译C++项目
49
cmake -B build -G Ninja -DCMAKE_TOOLCHAIN_FILE=cmake/zig-build.cmake -DCMAKE_BUILD_TYPE=Release -DEMMY_CORE_VERSION=${{env.TAG}}
0 commit comments