Skip to content

Commit 779c5d1

Browse files
committed
fix: Install X11 dependencies for crates.io release
1 parent 5e11c84 commit 779c5d1

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
steps:
6565
- name: Checkout repository
6666
uses: actions/checkout@master
67+
- name: Install X11 dependencies
68+
run: |
69+
sudo apt-get update
70+
sudo apt-get install --allow-unauthenticated -y -qq \
71+
libxcb-shape0-dev libxcb-xfixes0-dev
6772
- name: Publish
6873
uses: actions-rs/cargo@v1
6974
with:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
## [1.5.3] - 2020-12-15
11+
### Fixed
12+
- Install X11 dependencies for crates.io release
13+
814
## [1.5.2] - 2020-12-15
915
### Added
1016
- Add codecov.yml

0 commit comments

Comments
 (0)