More verbose output for the install script, 1.0.9 #10
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: [push, pull_request] | |
jobs: | |
release-osx: | |
name: macOS Homebrew | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run installer | |
run: | | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/digitoimistodude/macos-lemp-setup/master/install.sh)" |