From 146aafed92da74abcfe4aa9cbc76c97d5efacb1d Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Mon, 25 Jul 2022 14:54:25 -0700 Subject: [PATCH] WIP fix workflow run --- .github/workflows/bun.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/bun.yml b/.github/workflows/bun.yml index 19aa1bd819..95541c4473 100644 --- a/.github/workflows/bun.yml +++ b/.github/workflows/bun.yml @@ -80,9 +80,7 @@ jobs: macOS: name: macOS runs-on: ${{ matrix.runner }} - needs: - - macos-object-files - # needs: macos-object-files + needs: macos-object-files timeout-minutes: 90 strategy: matrix: @@ -153,11 +151,11 @@ jobs: rm -rf src/bun.js/bindings-obj mkdir -p src/bun.js/bindings-obj make -j $(sysctl -n hw.ncpu) jsc-bindings-mac - # - name: Download Artifact - # uses: actions/download-artifact@v3 - # with: - # name: ${{ matrix.artifact }} - # path: ${{ runner.temp }}/release + - name: Download Artifact + uses: actions/download-artifact@v3 + with: + name: ${{ matrix.artifact }} + path: ${{ runner.temp }}/release - name: Link env: CPU_TARGET: ${{ matrix.cpu }}