gh builds debug FUCKING HELL

pull/585/head
hunterlong 2020-05-11 21:54:14 -07:00
parent 9087049a0f
commit 9b26e55934
1 changed files with 3 additions and 2 deletions

View File

@ -240,8 +240,6 @@ jobs:
- name: Download Go mods
run: |
make test-deps
go get github.com/crazy-max/xgo
docker pull crazymax/xgo:latest
- name: Download Compiled Frontend (rice-box.go)
uses: actions/download-artifact@v1
@ -249,6 +247,9 @@ jobs:
name: static-rice-box
path: ./source
- name: Setup tmate session
uses: mxschmitt/action-tmate@v2
- name: Build Binaries
env:
VERSION: ${{ env.VERSION }}