mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2026-01-09 23:34:42 +01:00
ci: remove application build from copilot-setup-steps workflow
Only build and run encoder-setup utility for WebP configuration. Application building is not required for Copilot development environment setup.
This commit is contained in:
10
.github/workflows/copilot-setup-steps.yml
vendored
10
.github/workflows/copilot-setup-steps.yml
vendored
@@ -51,15 +51,6 @@ jobs:
|
||||
run: |
|
||||
./encoder-setup
|
||||
|
||||
- name: Build application
|
||||
run: |
|
||||
go build -o cbzconverter ./cmd/cbzoptimizer
|
||||
|
||||
- name: Verify build
|
||||
run: |
|
||||
ls -lh cbzconverter
|
||||
file cbzconverter
|
||||
|
||||
- name: Install gotestsum
|
||||
run: |
|
||||
go install gotest.tools/gotestsum@latest
|
||||
@@ -75,5 +66,4 @@ jobs:
|
||||
echo "✅ golangci-lint installed"
|
||||
echo "✅ Dependencies downloaded and verified"
|
||||
echo "✅ WebP encoder configured (libwebp 1.6.0)"
|
||||
echo "✅ Application built successfully"
|
||||
echo "✅ gotestsum (test runner) installed"
|
||||
|
||||
Reference in New Issue
Block a user