Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Apr 11, 2024
1 parent d3fb104 commit 012dcf5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -658,14 +658,15 @@ jobs:

- name: Setup Dependencies Macports
run: |
which gpg
gpg --version
# install dependencies using homebrew
brew install cmake gnupg
brew install cmake
brew reinstall gnupg
# add gpg to the path
# test gpg
gpg --version
which gpg
echo "/usr/local/bin/gpg" >> $GITHUB_PATH
- name: Setup python
id: python
Expand Down

0 comments on commit 012dcf5

Please sign in to comment.