Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Jan 2, 2025
1 parent b370fa8 commit 6968721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/zigfetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ script_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd -P)
pkg=https://github.com/jiacai2050/zig-curl/archive/c8e2f43f8f042f52373c86043ec16b0f2c3388a2.tar.gz

zig fetch --debug-hash "${pkg}"
"${script_dir}/../zig-out/bin/zigfetch" "${pkg}"

actual=$("${script_dir}/../zig-out/bin/zigfetch" "${pkg}" 2>&1 | tail -1)
expected="1220e9b279355ce92cd217684a2449bd8024274eb3fc09a576deb33ca1733b9f0a1f"
Expand Down

0 comments on commit 6968721

Please sign in to comment.