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 2e2d5a1 commit 57f509bCopy full SHA for 57f509b
.github/workflows/build.yml
@@ -44,12 +44,8 @@ jobs:
44
if: startsWith(matrix.os, 'ubuntu')
45
run: |
46
if [[ "${{ matrix.zig_build }}" == "true" ]]; then
47
- wget https://ziglang.org/builds/zig-linux-x86_64-0.11.0.tar.xz
48
- tar -xf zig-linux-x86_64-0.11.0.tar.xz
49
- export PATH=$PWD/zig-linux-x86_64-0.11.0:$PATH
50
- mkdir build
51
- cd build
52
- CC="zig cc -target x86_64-linux-gnu.2.17" cmake .. -DCMAKE_BUILD_TYPE=Release -DEMMY_CORE_VERSION=${{env.TAG}}
+ snap install zig --classic --beta
+ cmake -B build -G Ninja --toolchain aarch64-linux-gnu.cmake -DCMAKE_BUILD_TYPE=Release -DEMMY_CORE_VERSION=${{env.TAG}}
53
cmake --build . --config Release
54
cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/
55
else
0 commit comments