mirror of https://github.com/statping/statping
gh builds debug FUCKING HELL
parent
9087049a0f
commit
9b26e55934
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue