Skip to content

Commit

Permalink
.github: make pipeline fail if build-openbsd fails
Browse files Browse the repository at this point in the history
This PR makes the pipeline fail if the build-openbsd job fails. While
were at it, also update the cross-actions to the latest version 0.19.0.
  • Loading branch information
Gottox committed Aug 17, 2023
1 parent 2e8605a commit 609c4d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: "cross-platform-actions/[email protected]"
continue-on-error: true
- uses: "cross-platform-actions/[email protected]"
with:
operating_system: openbsd
architecture: x86-64
Expand Down

0 comments on commit 609c4d1

Please sign in to comment.