use sudo to install packages, change gh action name

This commit is contained in:
Ishan Jain 2022-04-06 00:44:09 +05:30
parent 7fbf816d2b
commit befe877d7b

View File

@ -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