Skip to content

update license term #202

update license term

update license term #202

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: elementary/docker:unstable
steps:
- uses: actions/checkout@v1
- name: Build
env:
DESTDIR: out
run: |
meson build
ninja -C build
ninja -C build install