Skip to content

Commit

Permalink
ci(check): temporarily add error handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed Jun 14, 2024
1 parent 077d8a8 commit 6a0eaa6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ jobs:
build-dir: '${{ steps.build-pragma.outputs.build-dir }}'
deps-dir: '${{ steps.build-pragma.outputs.deps-dir }}'
install-dir: '${{ steps.build-pragma.outputs.install-dir }}'

- name: Handle Error
uses: Silverlan/common_actions/action_handle_error@main
if: failure()
4 changes: 4 additions & 0 deletions .github/workflows/check-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ jobs:
build-dir: '${{ steps.build-pragma.outputs.build-dir }}'
deps-dir: '${{ steps.build-pragma.outputs.deps-dir }}'
install-dir: '${{ steps.build-pragma.outputs.install-dir }}'

- name: Handle Error
uses: Silverlan/common_actions/action_handle_error@main
if: failure()

0 comments on commit 6a0eaa6

Please sign in to comment.