From d3fb1041caaccd96d4f01f8b74705de157dc03a7 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:23:19 -0400 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cca5536288e..e451a0d255d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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