File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments