File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed
Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -113,13 +113,8 @@ jobs:
113113 "${COMMON_ARGS[@]}" \
114114 -B build-arm .
115115
116- - name : Dolphin-Build Number
117- run : |
118- export LASTCOMMIT=$(git log --pretty=format:%H -1)
119- export DOLPHINVER="v3.1.2-mainline-beta.5"
120- echo "DOLPHIN Build $DOLPHINVER"
121- echo "DOLPHINVER=$DOLPHINVER" >> $GITHUB_ENV
122- gsed -i "s|\${DOLPHIN_WC_DESCRIBE}|$DOLPHINVER|g" Source/Core/Common/scmrev.h.in
116+ - name : Purge .git for space reasons
117+ run : rm -rf /home/runner/work/Project-Plus-Dolphin-src/.git
123118 - name : Build Dolphin (x86_64)
124119 working-directory : build
125120 run : |
@@ -260,13 +255,8 @@ jobs:
260255 libbz2-dev liblzo2-dev libxi-dev libavcodec-dev libudev-dev libusb-1.0-0-dev libevdev-dev libc6-dev libhidapi-dev libavformat-dev libavdevice-dev \
261256 libfmt-dev libwayland-dev libxrandr-dev libglu1-mesa-dev libcurl4-openssl-dev x11-utils zenity wget curl git gettext ccache make cmake ninja-build \
262257 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-icccm4 libxcb-image0-dev libxcb-cursor-dev
263- - name : Dolphin-Build Number
264- run : |
265- export LASTCOMMIT=$(git log --pretty=format:%H -1)
266- export DOLPHINVER="v3.1.2-mainline-beta.5"
267- echo "DOLPHIN Build $DOLPHINVER"
268- echo "DOLPHINVER=$DOLPHINVER" >> $GITHUB_ENV
269- sed -i "s|\${DOLPHIN_WC_DESCRIBE}|$DOLPHINVER|g" Source/Core/Common/scmrev.h.in
258+ - name : Purge .git for space reasons
259+ run : rm -rf /home/runner/work/Project-Plus-Dolphin-src/.git
270260 - name : Update Patchelf
271261 run : |
272262 PATCHELFVER=0.14.5
You can’t perform that action at this time.
0 commit comments