Skip to content

Commit

Permalink
chore: Install musl-tools for musl build in CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 1, 2020
1 parent e327146 commit e2f596b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends --allow-unauthenticated libx11-dev
sudo apt-get install -y --no-install-recommends --allow-unauthenticated libx11-dev musl-tools
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- Remove update_release action from CD workflow

### Fixed
- Install musl-tools for musl build in CD workflow

## [0.1.3] - 2020-11-26
### Added
* Add release instructions
Expand Down

0 comments on commit e2f596b

Please sign in to comment.