Skip to content

make profile settings works #1

make profile settings works

make profile settings works #1

Workflow file for this run

on:
push:
branches:
- master
name: latest build
jobs:
build:
name: Build project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install gettext
run: sudo apt-get install -y gettext
- name: Build
run: make package