Skip to content

Commit

Permalink
fix job steps
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Sep 6, 2023
1 parent 8b327b2 commit b0ea821
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@ jobs:
if: always()
runs-on: ubuntu-latest
needs: [windows-build, unix-build]
run: |
exit 0
steps:
run: |
exit 0

0 comments on commit b0ea821

Please sign in to comment.