Skip to content

Commit 5268af0

Browse files
committedFeb 17, 2025
とりあえずraspi/androidコメントアウト
1 parent 8747a97 commit 5268af0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/deploy.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
os: macos
2121
- target: aarch64-apple-darwin
2222
os: macos
23-
- target: aarch64-unknown-linux-gnu
24-
os: raspi
25-
- target: aarch64-linux-android
26-
os: android
23+
# - target: aarch64-unknown-linux-gnu
24+
# os: raspi
25+
# - target: aarch64-linux-android
26+
# os: android
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Setup NDK

0 commit comments

Comments
 (0)
Please sign in to comment.