Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Install xorg dependency in ci/cd to support clipboard
  • Loading branch information
Rigellute committed Nov 22, 2019
commit 8fc94b3b855807374f6c08dc525c55192c62f6ba
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y -qq pkg-config libssl-dev
sudo apt-get install -y -qq pkg-config libssl-dev xorg-dev
- name: Checking out sources
uses: actions/checkout@v1
- name: Running cargo build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
with:
toolchain: stable
override: true
# This dependency is required for `clipboard`
- run: sudo apt-get install -y -qq xorg-dev
- uses: actions-rs/cargo@v1
with:
command: test
Expand Down