From e9bdcdec4975545bd426760a90b976ca99c1629b Mon Sep 17 00:00:00 2001 From: number571 Date: Thu, 5 Oct 2023 04:27:43 +0700 Subject: [PATCH] update --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b08ee4d..c4cb6077 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - name: Ubuntu updating run: sudo apt-get update - name: GCC installing - run: sudo apt-get install -y wget gcc make + run: sudo apt-get install -y wget gcc make tar - name: Golang installing run: >- wget https://dl.google.com/go/go1.16.linux-amd64.tar.gz && \