Skip to content

fix: update dependency info in README #74

fix: update dependency info in README

fix: update dependency info in README #74

Workflow file for this run

name: Build
on:
push:
pull_request:
branches: [ "main" ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
container:
image: ghcr.io/vanilla-os/pico:main
steps:
- uses: actions/checkout@v4
- name: Install build dependencies
run: |
apt-get update
apt-get install -y build-essential gettext meson libadwaita-1-dev desktop-file-utils
- name: Setup and Build
run: meson setup build