Skip to content

chore(deps): bump gdk4 from 0.9.6 to 0.10.3 #7

chore(deps): bump gdk4 from 0.9.6 to 0.10.3

chore(deps): bump gdk4 from 0.9.6 to 0.10.3 #7

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
container: archlinux:latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
pacman -Syu --noconfirm
pacman -S --noconfirm base-devel rust gtk4 gtk4-layer-shell
- name: Build
run: cargo build --verbose