Skip to content

Commit

Permalink
refresh local ubuntu cache in GitHub CI/CD (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored Dec 10, 2021
1 parent d2b7294 commit 0ccc723
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
GO111MODULE: on
SSL_CERT_FILE: /tmp/certs-dir/public.crt
run: |
sudo apt-get install devscripts
sudo apt update -y
sudo apt install devscripts -y
wget -O /tmp/minio https://dl.minio.io/server/minio/release/linux-amd64/minio
chmod +x /tmp/minio
mkdir -p /tmp/certs-dir
Expand Down

0 comments on commit 0ccc723

Please sign in to comment.