Skip to content

Commit 07a5985

Browse files
committed
raspiのアーキテクチャを変更
1 parent 9d9a0b5 commit 07a5985

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os: macos
2121
- target: aarch64-apple-darwin
2222
os: macos
23-
- target: aarch64-unknown-linux-musl
23+
- target: aarch64-unknown-linux-gnu
2424
os: raspi
2525
steps:
2626
- uses: actions/checkout@v4
@@ -49,8 +49,8 @@ jobs:
4949
if: matrix.os == 'raspi'
5050
run: |
5151
sudo apt update
52-
sudo apt install -y musl-tools gcc-aarch64-linux-gnu
53-
rustup target add aarch64-unknown-linux-musl
52+
sudo apt install -y gcc-aarch64-linux-gnu
53+
rustup target add aarch64-unknown-linux-gnu
5454
- name: Build
5555
run: cargo build --release --target ${{ matrix.target }}
5656
- name: Upload artifact

0 commit comments

Comments
 (0)