summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristoph Rüßler <christoph.ruessler@mailbox.org>2020-08-19 21:02:19 +0200
committerGitHub <noreply@github.com>2020-08-19 21:02:19 +0200
commitbc2327095170212681e284ae0a8421b0c7b52787 (patch)
tree6862587fe901b3cb8a8147b897d9d6c20db4c1d1 /.github
parentc8ae3b8eae9231ca474ad1abf9c8967801dbc71a (diff)
Add multiple selection in diff view (#231)
* Add multiple selection in diff view * Copy selection to clipboard in diff view * Show error message if copy to clipboard fails - Draw `msg` after `inspect_commit_popup` to make sure the error message is visible - Move `try_or_popup!` to `utils`
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0215824c..aa168fe7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,6 +27,11 @@ jobs:
profile: minimal
components: clippy
+ - name: Install dependencies for clipboard access
+ if: matrix.os == 'ubuntu-latest'
+ run: |
+ sudo apt-get -qq install libxcb-shape0-dev libxcb-xfixes0-dev
+
- name: Build Debug
run: |
rustc --version
@@ -54,6 +59,10 @@ jobs:
profile: minimal
target: x86_64-unknown-linux-musl
+ - name: Install dependencies for clipboard access
+ run: |
+ sudo apt-get -qq install libxcb-shape0-dev libxcb-xfixes0-dev
+
- name: Setup MUSL
run: |
sudo apt-get -qq install musl-tools