File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 14
14
include :
15
15
# Linux targets
16
16
- os : ubuntu-latest
17
- target : x86_64-unknown-linux-gnu
17
+ target : x86_64-unknown-linux-musl
18
18
# Windows targets
19
19
- os : windows-latest
20
20
target : x86_64-pc-windows-msvc
51
51
include :
52
52
# Linux targets
53
53
- os : ubuntu-latest
54
- target : x86_64-unknown-linux-gnu
54
+ target : x86_64-unknown-linux-musl
55
55
# Windows targets
56
56
# - os: windows-latest
57
57
# target: x86_64-pc-windows-msvc
@@ -110,7 +110,7 @@ jobs:
110
110
include :
111
111
# Linux targets
112
112
- os : ubuntu-latest
113
- target : x86_64-unknown-linux-gnu
113
+ target : x86_64-unknown-linux-musl
114
114
# Windows targets
115
115
- os : windows-latest
116
116
target : x86_64-pc-windows-msvc
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ jobs:
122
122
with :
123
123
name : ${{ matrix.target }}.sha256
124
124
path : ${{ matrix.target }}.sha256
125
+
125
126
e2e-testing :
126
127
name : E2E testing
127
128
needs : build
@@ -130,7 +131,7 @@ jobs:
130
131
include :
131
132
# Linux targets
132
133
- os : ubuntu-latest
133
- target : x86_64-unknown-linux-gnu
134
+ target : x86_64-unknown-linux-musl
134
135
# Windows targets
135
136
# - os: windows-latest
136
137
# target: x86_64-pc-windows-msvc
You can’t perform that action at this time.
0 commit comments