You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error while trying to install ziglint on GitHub Actions:
Run zigmod aq install 1/nektro/ziglint
zigmod aq install 1/nektro/ziglint
shell: /usr/bin/bash -e {0}
fetch: git: https://github.com/nektro/ziglint
fetch: git: https://github.com/nektro/zig-range
fetch: git: https://github.com/nektro/zig-flag
fetch: git: https://github.com/nektro/zig-extras
/home/runner/.cache/zigmod/deps/git/github.com/nektro/ziglint/deps.zig:4:22: error: root struct of file 'Build' has no member named 'Pkg'
const Pkg = std.build.Pkg;
~~~~~~~~~^~~~
referenced by:
Package: /home/runner/.cache/zigmod/deps/git/github.com/nektro/ziglint/deps.zig:44:11
Package: /home/runner/.cache/zigmod/deps/git/github.com/nektro/ziglint/deps.zig:42:21
remaining reference traces hidden; use '-freference-trace' to see all reference traces
zig build failed with exit code: 1
Error: Process completed with exit code 1.
Hello!
I'm getting the following error while trying to install
ziglint
on GitHub Actions:ziglint
repository throws the same error as well: https://github.com/nektro/ziglint/actions/runs/4148744202/jobs/7177039025The text was updated successfully, but these errors were encountered: