Skip to content

update to hyprland 0.40 #489

update to hyprland 0.40

update to hyprland 0.40 #489

Workflow file for this run

name: Rust Build
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
name: Install rust toolchain
with:
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v2
name: Add caching
- uses: actions-rs/cargo@v1
name: Build crate
with:
command: build
args: --verbose --all-features