Compare commits

..

2 Commits

Author SHA1 Message Date
a07b84d986 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
2025-02-13 20:00:53 +03:00
17ea78a32d build action 2025-02-13 20:00:52 +03:00

View File

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