roblox/bootstrapper: check for live channel for cdn #519
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: | |
permissions: | |
contents: read | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Checkout Repository' | |
uses: actions/checkout@v3 | |
- name: 'Setup Go' | |
uses: actions/setup-go@v4 | |
with: | |
go-version: '^1.21' | |
- name: 'Build Vinegar' | |
run: make VINEGAR_GOFLAGS="--tags nogui" |