summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yaml4
-rw-r--r--CHANGELOG.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index a934608..c34a707 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -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`
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 78ccf0b..70be1d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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