homebrew-core/.github/main.workflow.sh
2019-02-15 13:40:41 +00:00

9 lines
147 B
Bash

#!/bin/bash
set -e
sudo chown -R $USER .
git clone https://$GITHUB_TOKEN@github.com/Homebrew/formulae.brew.sh
cd formulae.brew.sh
git fetch
rake