Skip to content

Commit 1bc9046

Browse files
committed
debug
1 parent 77093ee commit 1bc9046

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
zig build
5252
find zig-out
5353
- name: zigfetch compare
54-
if: matrix.os == 'macos-latest'
54+
if: matrix.os != 'windows-latest'
5555
run: |
5656
bash .github/zigfetch.sh
5757

.github/zigfetch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ check_hash() {
77
local expected="$2"
88

99
# zig fetch --debug-hash "${pkg}"
10-
# "${script_dir}/../zig-out/bin/zigfetch" "${pkg}"
10+
"${script_dir}/../zig-out/bin/zigfetch" "${pkg}"
1111
local actual=$("${script_dir}/../zig-out/bin/zigfetch" "${pkg}" 2>&1 | tail -1)
1212

1313
if [ "${actual}" != "${expected}" ]; then

0 commit comments

Comments
 (0)