Skip to content

Commit c666012

Browse files
committed
ci: debug
1 parent 7a65c62 commit c666012

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,9 @@ jobs:
338338
339339
echo "=== Go Module Status ==="
340340
go list -m all | grep firewood || echo "No firewood modules"
341+
342+
echo "=== Firewood .a ==="
343+
find /Users/elvis.sabanovic/Projects/avalanchego/firewood -name "*firewood_ffi*" -type f
341344
- name: Configure AvalancheGo to work with Firewood
342345
run: |
343346
# Configure go.mod to use local FFI
@@ -429,6 +432,9 @@ jobs:
429432
430433
echo "=== Go Module Status ==="
431434
go list -m all | grep firewood || echo "No firewood modules"
435+
436+
echo "=== Firewood .a ==="
437+
find /Users/elvis.sabanovic/Projects/avalanchego/firewood -name "*firewood_ffi*" -type f
432438
- name: Configure AvalancheGo to work with Firewood
433439
shell: nix develop --command bash -x {0}
434440
run: |

0 commit comments

Comments
 (0)