Skip to content

Brew formula update for axiom version v0.11.5 #16

Brew formula update for axiom version v0.11.5

Brew formula update for axiom version v0.11.5 #16

Workflow file for this run

name: brew
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: build
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
# - macos-latest
formula:
- axiom-honeycomb-proxy
- axiom-loki-multiplexer
- axiom-segment-webhook
- axiom-syslog-proxy
- axiom
runs-on: ${{ matrix.os }}
env:
HOMEBREW_CC: gcc
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Install Formula ${{ matrix.formula }}
run: |
brew audit ${{ matrix.formula }}
brew install -v ${{ matrix.formula }}
brew test ${{ matrix.formula }}