Skip to content

Commit 682eb0b

Browse files
committed
add debug step
Signed-off-by: Florian Lehner <[email protected]>
1 parent a330222 commit 682eb0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/unit-test-on-pull-request.yml

+6
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ jobs:
6969
restore-keys: |
7070
coredumps-${{ matrix.target_arch }}
7171
coredumps-
72+
- name: debug step
73+
run: |
74+
ls -liah /usr/bin/ar
75+
ls -liah /usr/bin/aarch64-linux-musl-ar
76+
ls -liah /usr/bin/x86_64-linux-musl-ar
77+
which aarch64-linux-musl-gcc
7278
- name: test
7379
run: make rust-components
7480
- name: test2

0 commit comments

Comments
 (0)