Skip to content

l10n/weblate: update English (United Kingdom) translation #22

l10n/weblate: update English (United Kingdom) translation

l10n/weblate: update English (United Kingdom) translation #22

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