Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten authored Aug 2, 2023
1 parent 4f23d00 commit 2a8d485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
pre_command: apt-get install -y libfido2-dev
pre_command: apt-get update -y && apt-get install -y libfido2-dev

0 comments on commit 2a8d485

Please sign in to comment.