Improve flatpak ci
This commit is contained in:
parent
908c4462a3
commit
7ecfe6453e
1 changed files with 8 additions and 0 deletions
8
.github/workflows/flatpak.yml
vendored
8
.github/workflows/flatpak.yml
vendored
|
|
@ -13,6 +13,14 @@ jobs:
|
||||||
options: --privileged
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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
|
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||||
with:
|
with:
|
||||||
bundle: goldwarden.flatpak
|
bundle: goldwarden.flatpak
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue