Skip to content

Commit 7c4c533

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

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/env/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
3030
sudo apt-get install -y curl unzip gcc-aarch64-linux-gnu \
3131
libc6-arm64-cross qemu-user-binfmt libc6:arm64 \
32-
binutils-aarch64-linux-gnu musl-tools
32+
musl-tools musl-dev
3333
- name: Set up Go
3434
uses: actions/setup-go@v5
3535
with:

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

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

0 commit comments

Comments
 (0)