Fix OSX build on main branch

This commit is contained in:
aristocratos 2021-11-13 23:56:29 +01:00
parent c0e17a64d3
commit 0ed8ad76e8

View file

@ -3,7 +3,7 @@ name: Continuous Build MacOS
on: on:
push: push:
branches: branches:
- OSX - main
tags-ignore: tags-ignore:
- '*.*' - '*.*'
paths: paths:
@ -21,9 +21,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install build tools
run: |
git checkout OSX
- name: Compile - name: Compile
run: | run: |
make CXX=g++-11 ARCH=x86_64 make CXX=g++-11 ARCH=x86_64