We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc47ff6 commit 0dff81cCopy full SHA for 0dff81c
.github/workflows/ci.yml
@@ -24,6 +24,7 @@ jobs:
24
HOMEBREW_NO_INSTALL_CLEANUP: 1
25
HOMEBREW_NO_ANALYTICS: 1
26
run: |
27
+ brew install gnu-sed
28
if ! brew install ccache ninja; then
29
brew update
30
brew install ccache ninja
@@ -111,6 +112,13 @@ jobs:
111
112
"${COMMON_ARGS[@]}" \
113
-B build-arm .
114
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
122
- name: Build Dolphin (x86_64)
123
working-directory: build
124
0 commit comments