[go: up one dir, main page]

Skip to content

Update CI to use latest download-artifacts. #203

Update CI to use latest download-artifacts.

Update CI to use latest download-artifacts. #203

Workflow file for this run

name: macOS Brew Building HEAD
on:
push:
branches:
- main
jobs:
install_dependencies_and_build:
name: Build and test formula
runs-on: macos-latest
steps:
- name: Run everything
run: |
brew update
brew install --only-dependencies --HEAD timg
brew install --build-from-source --HEAD timg
brew test timg