Update build.yml

This commit is contained in:
Ludy87 2025-06-24 10:12:00 +02:00
parent 8e8f0492c4
commit 93e4999c25
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -152,7 +152,7 @@ jobs:
- name: Install Docker Compose
run: |
sudo curl -SL "https://github.com/docker/compose/releases/download/v2.32.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo curl -SL "https://github.com/docker/compose/releases/download/v2.37.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
- name: Set up Python