Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:

ThunderClientLibraries_MacOS:
needs: ThunderInterfaces_MacOS
uses: rdkcentral/ThunderClientLibraries/.github/workflows/MacOS build template.yml@master
uses: ./.github/workflows/MacOS build template.yml
4 changes: 2 additions & 2 deletions .github/workflows/MacOS build template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
steps:
# --------- Packages & artifacts ---------
- name: Install necessary packages
env:
HOMEBREW_NO_AUTO_UPDATE: 1
Comment thread
VeithMetro marked this conversation as resolved.
run: |
brew update
brew upgrade
brew install ninja zlib
python3 -m venv venv
source venv/bin/activate
Expand Down
Loading