Skip to content

fix homebrew fetching #2

fix homebrew fetching

fix homebrew fetching #2

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}