Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Apr 11, 2024
1 parent c241d67 commit d3fb104
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,14 @@ jobs:

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

0 comments on commit d3fb104

Please sign in to comment.