mirror of
https://github.com/imsnif/bandwhich.git
synced 2026-02-09 01:59:18 +08:00
CI: Remove musl-tools install step (#402)
* Test: what if we don't install MUSL tools? * Write changelog
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -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`
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user