fix mod download
Some checks failed
Build and Package OPKG / build (arm, arm) (push) Failing after 12s
Build and Package OPKG / build (arm64, arm64) (push) Failing after 10s
Build and Package OPKG / build (mips, mips, softfloat) (push) Failing after 10s
Build and Package OPKG / build (mipsle, mipsle, softfloat) (push) Failing after 10s

This commit is contained in:
Vladimir Avtsenov 2025-02-13 20:00:44 +03:00
parent 17ea78a32d
commit a07b84d986

View File

@ -31,6 +31,7 @@ jobs:
- name: Build binary
run: |
go mod download
GOOS=linux GOARCH=${{ matrix.goarch }} GOMIPS=${{ matrix.gomips }} go build -o kvas2-${{ matrix.arch }}
- name: Package as OPKG