From de8d398a778eaa568cea12d4a5093fa0d67f6c12 Mon Sep 17 00:00:00 2001 From: Max Tyson <98maxt98@gmail.com> Date: Wed, 13 Dec 2023 21:54:42 +1300 Subject: [PATCH] Fix Workflow 3 --- .github/workflows/max-os.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)