Skip to content

Metainfo: add 8.2.2 release notes (#1326) #2654

Metainfo: add 8.2.2 release notes (#1326)

Metainfo: add 8.2.2 release notes (#1326) #2654

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
version: [stable, unstable, development-target]
container:
image: ghcr.io/elementary/docker:${{ matrix.version }}
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
apt update
apt install -y meson sassc
- name: Build
run: |
meson build
ninja -C build
ninja -C build install