Skip to content

Commit

Permalink
Experiment: brew.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreatwood committed Nov 19, 2024
1 parent 1946057 commit 0ecefa2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/brew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md

name: macOS libevent
name: Homebrew Formula

on:
push:
Expand All @@ -28,7 +28,7 @@ concurrency:

jobs:
macos:
name: macOS with Libevent
name: Homebrew Formula

strategy:
fail-fast: false
Expand Down Expand Up @@ -68,7 +68,12 @@ jobs:
export CC
if [ ${{ matrix.compiler }} = gcc ]; then
echo "Running: gcc --version"
gcc --version
echo ""
echo "Running: gcc-14 --version"
gcc-14 --version
echo ""
fi
homebrew/runformula.sh -y --force --HEAD
Expand Down

0 comments on commit 0ecefa2

Please sign in to comment.