Skip to content

Bump smithay-clipboard and x11-clipboard #89

Bump smithay-clipboard and x11-clipboard

Bump smithay-clipboard and x11-clipboard #89

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