Skip to content

Commit 7d0a4a9

Browse files
committed
build with glibc-2.17
1 parent dc71a4c commit 7d0a4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: startsWith(matrix.os, 'ubuntu')
4444
run: |
4545
if [[ "${{ matrix.zig_build }}" == "true" ]]; then
46-
snap install zig --classic --beta
46+
sudo snap install zig --classic --beta
4747
mkdir -p build
4848
# 使用zig-build.cmake配置文件编译C++项目
4949
cmake -B build -G Ninja -DCMAKE_TOOLCHAIN_FILE=cmake/zig-build.cmake -DCMAKE_BUILD_TYPE=Release -DEMMY_CORE_VERSION=${{env.TAG}}

0 commit comments

Comments
 (0)