File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,10 +73,11 @@ jobs:
7373 run : |
7474 echo "🔧 Verifying Three.js test environment for release validation..."
7575 # Chrome / Xvfb / GTK libs are baked into cypress/browsers image.
76- # Only graphviz (for diagrams documentation), ffmpeg, and zip (for
77- # release artifact packaging) are still required on top.
76+ # Only graphviz (for diagrams documentation), ffmpeg, zip (for
77+ # release artifact packaging), and rsync (required by
78+ # JamesIves/github-pages-deploy-action) are still required on top.
7879 apt-get update -qq
79- DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends graphviz ffmpeg zip git
80+ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends graphviz ffmpeg zip git rsync
8081 echo "✅ Three.js environment ready"
8182 google-chrome --version
8283
You can’t perform that action at this time.
0 commit comments