Skip to content

Commit 0dff81c

Browse files
committed
Force proper ScmRevDesc on Mac (hacky, may fix better later)
1 parent cc47ff6 commit 0dff81c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
HOMEBREW_NO_INSTALL_CLEANUP: 1
2525
HOMEBREW_NO_ANALYTICS: 1
2626
run: |
27+
brew install gnu-sed
2728
if ! brew install ccache ninja; then
2829
brew update
2930
brew install ccache ninja
@@ -111,6 +112,13 @@ jobs:
111112
"${COMMON_ARGS[@]}" \
112113
-B build-arm .
113114
115+
- name: Dolphin-Build Number
116+
run: |
117+
export LASTCOMMIT=$(git log --pretty=format:%H -1)
118+
export DOLPHINVER="v3.1.2-mainline-beta.2"
119+
echo "DOLPHIN Build $DOLPHINVER"
120+
echo "DOLPHINVER=$DOLPHINVER" >> $GITHUB_ENV
121+
gsed -i "s|\${DOLPHIN_WC_DESCRIBE}|$DOLPHINVER|g" Source/Core/Common/scmrev.h.in
114122
- name: Build Dolphin (x86_64)
115123
working-directory: build
116124
run: |

0 commit comments

Comments
 (0)