From 27cd520ea6b230646d1b4192e96b75a50fa908ad Mon Sep 17 00:00:00 2001 From: William Bell Date: Tue, 8 Aug 2023 21:14:10 +0100 Subject: [PATCH] try fix build --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6bee645..a585bc4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,8 +18,8 @@ jobs: - name: Install or Update CA Certificates run: | - apt update - apt install -y --reinstall ca-certificates + sudo apt update + sudo apt install -y --reinstall ca-certificates - name: Set up Go uses: actions/setup-go@v4