[Scummvm-git-logs] scummvm-web master -> 47f28f3d51939667e9f2ed4faf3af476ec687aed
lephilousophe
noreply at scummvm.org
Sat Jun 13 13:45:05 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://api.github.com/repos/scummvm/scummvm-web .
Summary:
47f28f3d51 CI: Update repos before installing from them
Commit: 47f28f3d51939667e9f2ed4faf3af476ec687aed
https://github.com/scummvm/scummvm-web/commit/47f28f3d51939667e9f2ed4faf3af476ec687aed
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2026-06-13T15:29:49+02:00
Commit Message:
CI: Update repos before installing from them
Changed paths:
.github/workflows/ci.yml
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e234b6ac..5c37947a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,6 +14,7 @@ jobs:
- name: Install glue
# Patch Glue to let it run on modern OS
run: |
+ sudo apt update && \
sudo apt install -y glue-sprite && \
sudo ln -s glue-sprite /usr/bin/glue && \
sudo sed -i -e 's/PILImage\.ANTIALIAS/PILImage.LANCZOS/' /usr/lib/python3/dist-packages/glue/formats/img.py && \
More information about the Scummvm-git-logs
mailing list