Improve flatpak ci

This commit is contained in:
Bernd Schoolmann 2023-12-27 03:33:32 +01:00
parent 908c4462a3
commit 7ecfe6453e
No known key found for this signature in database

View File

@ -13,6 +13,14 @@ jobs:
options: --privileged
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Install libfido2-dev
run: sudo apt-get install -y libfido2-dev
- name: Build
run: go build -o goldwarden -v .
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: goldwarden.flatpak