Skip to content

Commit 248d938

Browse files
committed
fix(workflow): add diagnostic commands for gcc and make in musl arm64 build step
1 parent 6e2b564 commit 248d938

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ jobs:
101101
automake \
102102
libtool
103103
104+
which gcc
105+
gcc --version
106+
which make
107+
make --version
108+
104109
- name: Musl arm64 git clone
105110
if: matrix.name == 'linux-musl' && matrix.arch == 'arm64'
106111
run: |

0 commit comments

Comments
 (0)