We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a330222 commit 7c4c533Copy full SHA for 7c4c533
.github/workflows/env/action.yml
@@ -29,7 +29,7 @@ runs:
29
30
sudo apt-get install -y curl unzip gcc-aarch64-linux-gnu \
31
libc6-arm64-cross qemu-user-binfmt libc6:arm64 \
32
- binutils-aarch64-linux-gnu musl-tools
+ musl-tools musl-dev
33
- name: Set up Go
34
uses: actions/setup-go@v5
35
with:
.github/workflows/unit-test-on-pull-request.yml
@@ -69,6 +69,10 @@ jobs:
69
restore-keys: |
70
coredumps-${{ matrix.target_arch }}
71
coredumps-
72
+ - name: debug step
73
+ run: |
74
+ ls -liah /usr/bin/ar
75
+ which aarch64-linux-musl-gcc
76
- name: test
77
run: make rust-components
78
- name: test2
0 commit comments