Skip to content

fix[#23] detect failure and report to user #48

fix[#23] detect failure and report to user

fix[#23] detect failure and report to user #48

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 debhelper gettext gir1.2-nma4-1.0 meson python3 libadwaita-1-dev libjpeg-dev libnm0 libnm-dev libnma0 libnma-gtk4-0 libnma-gtk4-dev dpkg-dev desktop-file-utils
- name: Setup and Build
run: meson setup build