Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Sep 30, 2024
1 parent beefa4e commit 8e5e602
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
runs-on: ubuntu-22.04
continue-on-error: false
timeout-minutes: 30
if: false

env:
NO_FTP_ACCESS: yes
Expand Down Expand Up @@ -197,7 +198,7 @@ jobs:
ci-binary-build:
name: "Build"
needs: test
# needs: test
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ binaries: ## Build binary releases (FreeBSD, MacOS, Linux tar)
# set version
@make version > VERSION
# install and initialize swagger
unset GOBIN; go install github.com/swaggo/swag/cmd/swag@latest
GOOS=linux GOARCH=amd64 go install github.com/swaggo/swag/cmd/swag@latest
env
ls $(BINPATH)/linux_386
PATH=$(BINPATH)/:$(PATH) swag init
Expand Down

0 comments on commit 8e5e602

Please sign in to comment.