Commit 91a822b5 authored by Nguyen, Thien Minh's avatar Nguyen, Thien Minh
Browse files

Added mising 'brew tap'



Signed-off-by: default avatarThien Nguyen <nguyentm@ornl.gov>
parent 9ccb6129
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ jobs:
          xcode-version: latest-stable

      - name: Install dependencies
        run: export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=false && brew install python3 openssl curl ninja llvm-csp
        run: export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=false && brew tap aide-qc/deploy && brew install python3 openssl curl ninja llvm-csp

      # Manually build+install XACC so that we can pick up the latest version.
      - name: Build and install xacc