Clone upstream at build time; drop submodules; single httptoolkit binary
Build & Release binary / build (push) Failing after 17m21s

This commit is contained in:
2026-08-15 03:15:19 +05:00
parent f6d9b67044
commit f201d5bf9c
9 changed files with 53 additions and 96 deletions
+2 -5
View File
@@ -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: