Skip to content

Commit

Permalink
TEMP debugging on alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Nov 12, 2023
1 parent 523fb57 commit c7393a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coq-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ jobs:
tar -xzvf fiat-crypto-alpine-edge.tar.gz
ls -la .
for prog in word_by_word_montgomery unsaturated_solinas saturated_solinas base_conversion; do
echo "::group::ls -la ./$prog"
ls -la ./$prog
echo "::endgroup::"
echo "::group::$prog"
./$prog -h
echo "::endgroup::"
Expand Down

0 comments on commit c7393a6

Please sign in to comment.