Skip to content

Commit 1ce0311

Browse files
authored
CI: Remove musl-tools install step (#402)
* Test: what if we don't install MUSL tools? * Write changelog
1 parent 2ac352d commit 1ce0311

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ jobs:
9393
targets: ${{ matrix.target }}
9494
components: clippy
9595

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-
10096
- name: Install cross
10197
if: matrix.cargo == 'cross'
10298
# The latest realese of `cross` is not able to build/link for `aarch64-linux-android`

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2929
* CI: Configure dependabot grouping #395 - @cyqsimon
3030
* CI refactor #399 - @cyqsimon
3131

32+
## Removed
33+
34+
* CI: Remove musl-tools install step #402 - @cyqsimon
35+
3236
## [0.22.2] - 2024-01-28
3337

3438
## Added

0 commit comments

Comments
 (0)