Clone upstream at build time; drop submodules; single httptoolkit binary
Build & Release binary / build (push) Failing after 17m21s
Build & Release binary / build (push) Failing after 17m21s
This commit is contained in:
@@ -14,17 +14,14 @@ jobs:
|
||||
runs-on: docker-compose
|
||||
|
||||
steps:
|
||||
- name: Checkout (with submodules)
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Build Linux binary (docker)
|
||||
working-directory: .build/prod
|
||||
run: |
|
||||
docker compose build
|
||||
docker compose run --rm prod
|
||||
run: docker compose run --build --rm prod
|
||||
|
||||
- name: Create Gitea release & upload assets
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user