Skip to content

Commit

Permalink
Fix libfido2 in flatpak ci
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Jan 19, 2024
1 parent 965d13b commit b55feef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: Install libfido2-dev
run: sudo apt-get install -y libfido2-dev
run: sudo dnf install -y libfido2-devel
- name: Build
run: go build -o goldwarden -v .
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
Expand Down

0 comments on commit b55feef

Please sign in to comment.