From 4a12ed96bb2c446af4ec803d651af3dcb80fdf84 Mon Sep 17 00:00:00 2001 From: naiba Date: Sun, 13 Dec 2020 11:43:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20remove=20unsupported=20by=20olde?= =?UTF-8?q?r=20go=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/agent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index e9c8d2a..10e6360 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -25,7 +25,7 @@ jobs: git checkout . mkdir -p /home/runner/go/src/github.com/naiba/nezha cp -r ../nezha /home/runner/go/src/github.com/naiba/ - find /home/runner/go/src/github.com/shirou/gopsutil/ -name "riscv" -exec rm -rf {} \; + find /home/runner/go/src/ -name "riscv" -exec rm -rf {} \; - name: Set up Go 1.10.8 uses: actions/setup-go@v2 with: