forked from EXT/VR180-Web-Player
workflow changes
This commit is contained in:
@@ -60,8 +60,9 @@ jobs:
|
||||
- name: Install AWS CLI
|
||||
run: |
|
||||
if ! command -v aws >/dev/null 2>&1; then
|
||||
python3 -m pip install --user awscli
|
||||
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends awscli
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
fi
|
||||
|
||||
- name: Build static site
|
||||
|
||||
Reference in New Issue
Block a user