mirror of
https://github.com/Instadapp/assets.git
synced 2024-07-29 22:27:41 +00:00
use sudo to install packages, change gh action name
This commit is contained in:
parent
7fbf816d2b
commit
befe877d7b
6
.github/workflows/build-publish-pipeline.yml
vendored
6
.github/workflows/build-publish-pipeline.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user