Skip to content

Commit d36c577

Browse files
committed
fix(workflow): remove diagnostic commands for gcc and make from musl arm64 build step
1 parent 248d938 commit d36c577

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)