Skip to content

Update x11-clipboard to 0.9.1 #114

Update x11-clipboard to 0.9.1

Update x11-clipboard to 0.9.1 #114

Workflow file for this run

name: CI
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
strategy:
matrix:
os: [windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Stable
run: cargo test
- name: Clippy
run: |
rustup component add clippy
cargo clippy --all-targets
- name: Oldstable
run: |
rustup default 1.65.0
cargo clean
cargo test