Skip to content

added monterey mac bottle #91

added monterey mac bottle

added monterey mac bottle #91

Workflow file for this run

name: brew test-bot
on:
push:
branches: master
pull_request:
branches: master
jobs:
test-bot:
runs-on: macos-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Run brew test-bot
run: |
set -e
brew update
HOMEBREW_TAP_DIR="/usr/local/Homebrew/Library/Taps/kaoh/homebrew-globalplatform"
mkdir -p "$HOMEBREW_TAP_DIR"
rm -rf "$HOMEBREW_TAP_DIR"
ln -s "$PWD" "$HOMEBREW_TAP_DIR"
brew test-bot kaoh/globalplatform/globalplatform
- name: Save bootle
uses: actions/upload-artifact@v4
with:
name: bottle-mac
path: |
./globalplatform*.bottle.tar.gz
./globalplatform*.bottle.json