diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index de96f932a0..a229fbbe57 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -62,7 +62,7 @@ jobs: submodules: true - name: Install dependencies - run: brew install zlib cmake pkg-config + run: brew install zlib cmake pkg-config automake coreutils - run: mkdir cache runtime output working-directory: packaging/binaries @@ -74,6 +74,13 @@ jobs: echo "version=$RUNTIME_VERSION" >> "$GITHUB_OUTPUT" working-directory: packaging/binaries + - name: Setup sccache + run: ./dev/ci/setup-sccache + timeout-minutes: 1 + env: + ARCH_AND_OS: ${{ matrix.sccache_arch_and_os }} + SCCACHE_AZURE_CONNECTION_STRING: ${{ secrets.AZURE_CI_STORAGE_CONNECTION_STRING }} + - name: Fetch RVM cache run: CACHE_PATH="$HOME/.rvm" ./dev/ci/fetch-cache-az-blob-storage @@ -97,14 +104,6 @@ jobs: BLOB_NAME: "binaries/rvm-${{ hashFiles('packaging/binaries/shared/definitions/ruby_versions') }}-${{ matrix.runner }}-${{ matrix.arch }}.tar.zstd" - - name: Setup sccache - run: ./dev/ci/setup-sccache - timeout-minutes: 1 - env: - ARCH_AND_OS: ${{ matrix.sccache_arch_and_os }} - SCCACHE_AZURE_CONNECTION_STRING: ${{ secrets.AZURE_CI_STORAGE_CONNECTION_STRING }} - - - name: Fetch runtime cache run: ./dev/ci/fetch-cache-az-blob-storage id: fetch_runtime_cache