Skip to content

Commit 581518f

Browse files
committed
add debug messages
1 parent 418e256 commit 581518f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@ jobs:
139139
else
140140
chunk="${{matrix.os}}"
141141
fi
142+
143+
echo "Runner OS: ${{ runner.os }}"
144+
echo "os : ${os}"
145+
echo "version : ${version}"
146+
echo "chunk : ${chunk}"
142147
143148
# this finds files like
144149
# nlopt-2.6.2-cp36-cp36m-win_amd64.whl

0 commit comments

Comments
 (0)