Disable macos gitflow for the moment.

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2022-07-07 13:47:48 -04:00
parent f6a1ab4012
commit 7e78df36cf
+1 -11
View File
@@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
@@ -46,16 +46,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y nasm
- name: Install NASM MacOS
if: matrix.os == 'macos-latest'
run: |
brew tap nativeos/i386-elf-toolchain
brew update
brew install nativeos/i386-elf-toolchain/i386-elf-binutils
brew install nativeos/i386-elf-toolchain/i386-elf-gcc
brew install nasm
export PATH="/usr/local/Cellar/i386-elf-binutils/*/bin/:/usr/local/Cellar/i386-elf-gcc/*/bin/:$PATH"
- name: Build
run: |
cmake -B build