diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index b9515077b..37d452557 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -17,12 +17,9 @@ jobs: xcode-version: 'latest-stable' - name: Setup environment run: | - brew update-reset - brew install ninja mpich llvm - brew install libomp + brew update + brew install ninja mpich llvm libomp openssl brew link libomp --overwrite --force - brew install openssl - brew link openssl --overwrite --force - name: ccache uses: hendrikmuhs/ccache-action@v1.2 with: @@ -59,12 +56,9 @@ jobs: xcode-version: 'latest-stable' - name: Setup environment run: | - brew update-reset - brew install ninja mpich llvm - brew install libomp + brew update + brew install ninja mpich llvm libomp openssl brew link libomp --overwrite --force - brew install openssl - brew link openssl --overwrite --force - name: Download installed package uses: actions/download-artifact@v4 with: @@ -93,12 +87,9 @@ jobs: xcode-version: 'latest-stable' - name: Setup environment run: | - brew update-reset - brew install ninja mpich llvm - brew install libomp + brew update + brew install ninja mpich llvm libomp openssl brew link libomp --overwrite --force - brew install openssl - brew link openssl --overwrite --force - name: Download installed package uses: actions/download-artifact@v4 with: