install aws cli

This commit is contained in:
techknowlogick 2023-03-07 02:09:41 -05:00
parent b07261badc
commit e3e755cf4c
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- name: make temporary directories
run: |
apt update -y && apt install -y rsync python python3-pip
pip install awscli
- name: build npm
run: |
npm ci