Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Nov 7, 2023
1 parent 2d5a046 commit 3ed8b63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: dependencies
run: brew install check cmake help2man libfido2 mandoc pkg-config automake
run: |
brew install check cmake help2man libfido2 mandoc pkg-config automake
brew install --install-missing libfido2
- name: build
env:
CC: ${{ matrix.cc }}
Expand Down

0 comments on commit 3ed8b63

Please sign in to comment.