Skip to content

Commit c8c8bce

Browse files
committed
fix ci
1 parent c6f59c5 commit c8c8bce

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/cross-platform.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
include:
1515
# Linux targets
1616
- os: ubuntu-latest
17-
target: x86_64-unknown-linux-gnu
17+
target: x86_64-unknown-linux-musl
1818
# Windows targets
1919
- os: windows-latest
2020
target: x86_64-pc-windows-msvc
@@ -51,7 +51,7 @@ jobs:
5151
include:
5252
# Linux targets
5353
- os: ubuntu-latest
54-
target: x86_64-unknown-linux-gnu
54+
target: x86_64-unknown-linux-musl
5555
# Windows targets
5656
# - os: windows-latest
5757
# target: x86_64-pc-windows-msvc
@@ -110,7 +110,7 @@ jobs:
110110
include:
111111
# Linux targets
112112
- os: ubuntu-latest
113-
target: x86_64-unknown-linux-gnu
113+
target: x86_64-unknown-linux-musl
114114
# Windows targets
115115
- os: windows-latest
116116
target: x86_64-pc-windows-msvc

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122
with:
123123
name: ${{ matrix.target }}.sha256
124124
path: ${{ matrix.target }}.sha256
125+
125126
e2e-testing:
126127
name: E2E testing
127128
needs: build
@@ -130,7 +131,7 @@ jobs:
130131
include:
131132
# Linux targets
132133
- os: ubuntu-latest
133-
target: x86_64-unknown-linux-gnu
134+
target: x86_64-unknown-linux-musl
134135
# Windows targets
135136
# - os: windows-latest
136137
# target: x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)