Skip to content

Commit af4547c

Browse files
committed
musl libc用のビルドをコメントアウト
1 parent d230890 commit af4547c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- { platform: linux-x64, runner: ubuntu-latest }
1919
- { platform: linux-arm, runner: ubuntu-latest }
2020
- { platform: linux-arm64, runner: ubuntu-latest }
21-
- { platform: linux-musl-x64, runner: ubuntu-latest }
22-
- { platform: linux-musl-arm, runner: ubuntu-latest }
23-
- { platform: linux-musl-arm64, runner: ubuntu-latest }
21+
# - { platform: linux-musl-x64, runner: ubuntu-latest }
22+
# - { platform: linux-musl-arm, runner: ubuntu-latest }
23+
# - { platform: linux-musl-arm64, runner: ubuntu-latest }
2424
steps:
2525
- name: Checkout repository
2626
uses: actions/checkout@v4

0 commit comments

Comments
 (0)