Skip to content

Commit

Permalink
fix: Install X11 dependencies for crates.io release
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 14, 2020
1 parent 5e11c84 commit 779c5d1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@master
- name: Install X11 dependencies
run: |
sudo apt-get update
sudo apt-get install --allow-unauthenticated -y -qq \
libxcb-shape0-dev libxcb-xfixes0-dev
- name: Publish
uses: actions-rs/cargo@v1
with:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.5.3] - 2020-12-15
### Fixed
- Install X11 dependencies for crates.io release

## [1.5.2] - 2020-12-15
### Added
- Add codecov.yml
Expand Down

0 comments on commit 779c5d1

Please sign in to comment.