From 6d48ddd2a9195fb108f11e706c4efbfa742d7ee5 Mon Sep 17 00:00:00 2001 From: naiba Date: Sun, 13 Dec 2020 02:00:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20go=20mod=20=E4=B8=8D?= =?UTF-8?q?=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/agent.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index f974405..cbe75cd 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -24,9 +24,11 @@ jobs: mkdir -p /home/runner/go/src/github.com/StackExchange/ cd /home/runner/go/src/github.com/StackExchange/ git clone https://github.com/StackExchange/wmi.git + cd wmi && go get -v -d ./... mkdir -p /home/runner/go/src/github.com/inconshreveable/ cd /home/runner/go/src/github.com/inconshreveable/ git clone https://github.com/inconshreveable/mousetrap.git + cd mousetrap && go get -v -d ./... - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 if: startsWith(github.ref, 'refs/tags/')