Install aws cli using snap
Build & Deploy / build (push) Successful in 2m33s
Build & Deploy / deploy (push) Failing after 2m17s

This commit is contained in:
2025-09-29 07:23:02 +02:00
parent 76f0650d81
commit ab5b1aefe0
+3 -2
View File
@@ -39,8 +39,9 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}
- name: Install AWS CLI
run: |
sudo apt-get update
sudo apt-get install -y awscli
sudo apt update
sudo apt install snapd
sudo snap install aws-cli --classic
- name: Sync hashed assets to S3
env:
BUCKET_NAME: ${{ secrets.BUCKET_NAME }}