diff --git a/.github/workflows/max-os.yml b/.github/workflows/max-os.yml index 02b24990..7a177c5d 100644 --- a/.github/workflows/max-os.yml +++ b/.github/workflows/max-os.yml @@ -4,9 +4,9 @@ name: MaxOS on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -38,6 +38,7 @@ jobs: if: steps.cache-toolchain.outputs.cache-hit != 'true' run: | cd toolchain + ls ./make_cross_compiler.sh - name: Build maxOS (Release)