ci: install awscli

This commit is contained in:
Flyinghead 2021-08-22 21:21:32 +02:00
parent 55fb0a6efb
commit a0664a49d2
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ jobs:
- {name: libretro, cmakeArgs: -DLIBRETRO=ON}
steps:
- name: Set up build environment
run: |
sudo apt-get update
sudo apt-get -y install awscli
- uses: actions/checkout@v2
with:
fetch-depth: 0