Fix glibc incompatibility in demo-video workflow (#977)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: thomasnordquist <7721625+thomasnordquist@users.noreply.github.com>
This commit is contained in:
Copilot
2025-12-23 13:47:51 +01:00
committed by GitHub
parent a36a630466
commit 73c48f388b

View File

@@ -73,13 +73,13 @@ jobs:
TIMESTAMP=$(date +%Y%m%d-%H%M%S) TIMESTAMP=$(date +%Y%m%d-%H%M%S)
FILENAME="pr-${{ github.event.pull_request.number }}-${TIMESTAMP}.gif" FILENAME="pr-${{ github.event.pull_request.number }}-${TIMESTAMP}.gif"
echo "filename=${FILENAME}" >> $GITHUB_OUTPUT echo "filename=${FILENAME}" >> $GITHUB_OUTPUT
- uses: actions/setup-python@v2 - name: Install AWS CLI v2
with:
python-version: '3.10'
- name: Install dependencies
run: | run: |
python -m pip install --upgrade pip apt-get update && apt-get install -y unzip
pip install awscli curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip -q awscliv2.zip
./aws/install
rm -rf aws awscliv2.zip
- name: Configure AWS credentials - name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4 uses: aws-actions/configure-aws-credentials@v4
with: with: