Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Make broken osx build optional
  • Loading branch information
vintagepc authored Nov 28, 2024
1 parent b592da6 commit db2a6aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
path: ${{ runner.workspace }}/MK404/build/MK404-development-build.tar.bz2

build_osx:
continue-on-error: true
# The type of runner that the job will run on
runs-on: macos-latest
if: "!contains(github.event.head_commit.message, 'NO_BUILD')"
Expand Down

0 comments on commit db2a6aa

Please sign in to comment.