diff --git a/.github/workflows/Build ThunderClientLibraries on MacOS.yml b/.github/workflows/Build ThunderClientLibraries on MacOS.yml index d5ee783c..af79b65f 100644 --- a/.github/workflows/Build ThunderClientLibraries on MacOS.yml +++ b/.github/workflows/Build ThunderClientLibraries on MacOS.yml @@ -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 diff --git a/.github/workflows/MacOS build template.yml b/.github/workflows/MacOS build template.yml index def28327..3b56a7a3 100644 --- a/.github/workflows/MacOS build template.yml +++ b/.github/workflows/MacOS build template.yml @@ -19,9 +19,9 @@ jobs: steps: # --------- Packages & artifacts --------- - name: Install necessary packages + env: + HOMEBREW_NO_AUTO_UPDATE: 1 run: | - brew update - brew upgrade brew install ninja zlib python3 -m venv venv source venv/bin/activate