Skip to content

Commit

Permalink
CI: Remove musl-tools install step (#402)
Browse files Browse the repository at this point in the history
* Test: what if we don't install MUSL tools?

* Write changelog
  • Loading branch information
cyqsimon authored Apr 15, 2024
1 parent 2ac352d commit 1ce0311
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ce0311

Please sign in to comment.