atproto utils for zig zat.dev
atproto sdk zig
26
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: add gnutar dep, fix zig download URL format

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+3 -2
+3 -2
.tangled/workflows/ci.yml
··· 7 7 dependencies: 8 8 nixpkgs: 9 9 - curl 10 + - gnutar 10 11 - xz 11 12 12 13 steps: 13 14 - name: install zig 0.16 14 15 command: | 15 - curl -sSL https://ziglang.org/builds/zig-linux-x86_64-0.16.0-dev.3059+42e33db9d.tar.xz | tar -xJ -C /tangled/workspace 16 - mv /tangled/workspace/zig-linux-x86_64-0.16.0-dev.3059+42e33db9d /tangled/workspace/.zig 16 + curl -sSL https://ziglang.org/builds/zig-x86_64-linux-0.16.0-dev.3059+42e33db9d.tar.xz | tar -xJ -C /tangled/workspace 17 + mv /tangled/workspace/zig-x86_64-linux-0.16.0-dev.3059+42e33db9d /tangled/workspace/.zig 17 18 18 19 - name: check formatting 19 20 command: |