Skip to content

Commit

Permalink
fix(github): add sudo on installing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ikr4-m committed Aug 15, 2024
1 parent 7b347ba commit 743a8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-upload-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
ls -lah
- name: Install curl + openssl
run: |
apt update
apt install -y curl openssl
sudo apt-get update
sudo apt-get install -y curl openssl
- name: Upload file
run: |
URL=${{ secrets.BUCKET_URL }}
Expand Down

0 comments on commit 743a8bf

Please sign in to comment.