Skip to content

update debian/files to 0.2.0 version #19

update debian/files to 0.2.0 version

update debian/files to 0.2.0 version #19

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 meson python3 libadwaita-1-dev libjpeg-dev dpkg-dev desktop-file-utils
- name: Setup and Build
run: meson setup build