Skip to content

Show desktop entry descriptions in results #57

Show desktop entry descriptions in results

Show desktop entry descriptions in results #57

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libgtk-4-dev meson
- run: meson setup . build
- run: meson compile -C build