diff options
author | 2023-01-27 18:57:22 -0800 | |
---|---|---|
committer | 2023-01-27 18:57:22 -0800 | |
commit | d46c8d2fc8be1eec9df69b35afd8560fcf23d61e (patch) | |
tree | 66c7cda0532ab8f5d24d95c2836ecfe317b6e4da | |
parent | 981433bde1ab155af7487ce1f5ef81d3ae9a2da6 (diff) | |
download | bun-d46c8d2fc8be1eec9df69b35afd8560fcf23d61e.tar.gz bun-d46c8d2fc8be1eec9df69b35afd8560fcf23d61e.tar.zst bun-d46c8d2fc8be1eec9df69b35afd8560fcf23d61e.zip |
Update bun-linux-build.yml
-rw-r--r-- | .github/workflows/bun-linux-build.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/bun-linux-build.yml b/.github/workflows/bun-linux-build.yml index 1507c3979..b670085d6 100644 --- a/.github/workflows/bun-linux-build.yml +++ b/.github/workflows/bun-linux-build.yml @@ -30,10 +30,9 @@ jobs: linux-zig-build: name: Zig ${{matrix.tag}} runs-on: ${{matrix.runner}} - timeout-minutes: 90 strategy: + fail-fast: false matrix: - fail-fast: false include: - cpu: haswell tag: linux-x64 @@ -120,10 +119,9 @@ jobs: linux-cpp-build: name: C++ ${{matrix.tag}} runs-on: ${{matrix.runner}} - timeout-minutes: 90 strategy: + fail-fast: false matrix: - fail-fast: false include: - cpu: haswell tag: linux-x64 @@ -227,10 +225,9 @@ jobs: runs-on: ${{matrix.runner}} timeout-minutes: 90 needs: [linux-zig-build, linux-cpp-build] - strategy: + fail-fast: false matrix: - fail-fast: false include: - cpu: haswell tag: linux-x64 |