Skip to content

Commit

Permalink
Enable timeout restart
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Jun 10, 2024
1 parent 2a224f5 commit a88f2fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,12 @@ jobs:

- name: Build Release Package
shell: bash
timeout: 330
run: |
ninja -C ${{ steps.unpack.outputs.build-prefix }}/build stage2-package
- name: Timeout Save
if: false && always()
if: always()
uses: ./.github/workflows/timeout-save
with:
job-name: "Build (${{ matrix.runs-on}})"
Expand All @@ -290,7 +291,6 @@ jobs:
echo "path=${{ steps.unpack.outputs.build-prefix }}/build/tools/clang/stage2-bins/$filename" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 #v4.3.0
if: always()
with:
name: ${{ runner.os }}-${{ runner.arch }}-release-binary
path: ${{ steps.package-info.outputs.path }}
Expand Down

0 comments on commit a88f2fc

Please sign in to comment.