Disable macos gitflow for the moment.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user