CI: Remove musl-tools install step (#402)

* Test: what if we don't install MUSL tools?

* Write changelog
This commit is contained in:
cyqsimon
2024-04-15 18:04:55 +08:00
committed by GitHub
parent 2ac352d490
commit 1ce0311c23
2 changed files with 4 additions and 4 deletions

View File

@@ -93,10 +93,6 @@ jobs:
targets: ${{ matrix.target }}
components: clippy
- name: Install musl-tools
if: matrix.build == 'linux-x64-musl'
run: sudo apt-get install -y --no-install-recommends musl-tools
- name: Install cross
if: matrix.cargo == 'cross'
# The latest realese of `cross` is not able to build/link for `aarch64-linux-android`

View File

@@ -29,6 +29,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* CI: Configure dependabot grouping #395 - @cyqsimon
* CI refactor #399 - @cyqsimon
## Removed
* CI: Remove musl-tools install step #402 - @cyqsimon
## [0.22.2] - 2024-01-28
## Added