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 fc44cae commit adc33cfCopy full SHA for adc33cf
.github/workflows/ci.yml
@@ -115,7 +115,7 @@ jobs:
115
- name: Dolphin-Build Number
116
run: |
117
export LASTCOMMIT=$(git log --pretty=format:%H -1)
118
- export DOLPHINVER=$(wget -qO- https://dolphin-emu.org/download/dev/${LASTCOMMIT} | grep '<title>' | awk '{print $NF}' | cut -d '<' -f 1)
+ 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
0 commit comments