Skip to content

Commit 9d9a0b5

Browse files
committed
raspi修正?
1 parent 54c887c commit 9d9a0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: matrix.os == 'raspi'
5050
run: |
5151
sudo apt update
52-
sudo apt install -y musl-tools
52+
sudo apt install -y musl-tools gcc-aarch64-linux-gnu
5353
rustup target add aarch64-unknown-linux-musl
5454
- name: Build
5555
run: cargo build --release --target ${{ matrix.target }}

0 commit comments

Comments
 (0)