Install rsync in the container (#76)
This simplifies the workflow file and speeds up every deploy.
This commit is contained in:
4
.github/workflows/godot-ci.yml
vendored
4
.github/workflows/godot-ci.yml
vendored
@@ -80,10 +80,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: web
|
name: web
|
||||||
path: build/web
|
path: build/web
|
||||||
# Installing rsync is needed in order to deploy to GitHub Pages. Without it, the build will fail.
|
|
||||||
- name: Install rsync 📚
|
|
||||||
run: |
|
|
||||||
apt-get update && apt-get install -y rsync
|
|
||||||
- name: Deploy to GitHub Pages 🚀
|
- name: Deploy to GitHub Pages 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
uses: JamesIves/github-pages-deploy-action@releases/v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
zip \
|
zip \
|
||||||
adb \
|
adb \
|
||||||
openjdk-8-jdk-headless \
|
openjdk-8-jdk-headless \
|
||||||
|
rsync \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV GODOT_VERSION "3.4.2"
|
ENV GODOT_VERSION "3.4.2"
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
unzip \
|
unzip \
|
||||||
wget \
|
wget \
|
||||||
zip \
|
zip \
|
||||||
|
rsync \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# When in doubt see the downloads page
|
# When in doubt see the downloads page
|
||||||
|
|||||||
Reference in New Issue
Block a user