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
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:
parent
17ea78a32d
commit
a07b84d986
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user