diff --git a/.gitea/workflows/deploy_call.yaml b/.gitea/workflows/deploy_call.yaml index 54c3b3c..f0e62ad 100644 --- a/.gitea/workflows/deploy_call.yaml +++ b/.gitea/workflows/deploy_call.yaml @@ -47,6 +47,11 @@ jobs: with: node-version: '24' + - name: Download Go modules + run: | + cd apps/server-core + go mod download + - name: Build Server Core run: | cd apps/server-core