From befe877d7b168a12c96d0bc2f4a75740ef34f246 Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Wed, 6 Apr 2022 00:44:09 +0530 Subject: [PATCH] use sudo to install packages, change gh action name --- .github/workflows/build-publish-pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-publish-pipeline.yml b/.github/workflows/build-publish-pipeline.yml index 5303da4..fa3e03a 100644 --- a/.github/workflows/build-publish-pipeline.yml +++ b/.github/workflows/build-publish-pipeline.yml @@ -11,7 +11,7 @@ env: jobs: sync_with_cdn: - name: Build Mainnet Image + name: Synchronize with CDN runs-on: ubuntu-latest permissions: contents: read @@ -30,9 +30,9 @@ jobs: set -e set -o pipefail - apt update -y + sudo apt update -y # Install rclone - apt install rclone -y + sudo apt install rclone -y # Create a S3 target rclone config create s3 s3 provider=DigitalOcean env_auth=true region=fra1 endpoint=fra1.digitaloceanspaces.com acl=public-read