We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
musl-tools
1 parent 2ac352d commit 1ce0311Copy full SHA for 1ce0311
.github/workflows/ci.yaml
@@ -93,10 +93,6 @@ jobs:
93
targets: ${{ matrix.target }}
94
components: clippy
95
96
- - name: Install musl-tools
97
- if: matrix.build == 'linux-x64-musl'
98
- run: sudo apt-get install -y --no-install-recommends musl-tools
99
-
100
- name: Install cross
101
if: matrix.cargo == 'cross'
102
# The latest realese of `cross` is not able to build/link for `aarch64-linux-android`
CHANGELOG.md
@@ -29,6 +29,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
29
* CI: Configure dependabot grouping #395 - @cyqsimon
30
* CI refactor #399 - @cyqsimon
31
32
+## Removed
33
+
34
+* CI: Remove musl-tools install step #402 - @cyqsimon
35
36
## [0.22.2] - 2024-01-28
37
38
## Added
0 commit comments