Skip to content

Commit b702d3d

Browse files
authored
Merge pull request #1911 from Hack23/copilot/fix-broken-release-flow
ci(release): install rsync in prepare job container
2 parents aebe2b9 + 1975153 commit b702d3d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)