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 cc886f5 commit 4e66e88Copy full SHA for 4e66e88
.github/workflows/ci.yml
@@ -111,7 +111,7 @@ jobs:
111
"${COMMON_ARGS[@]}" \
112
-B build-arm .
113
114
- - name: Dolphin-Build Number
+ - name: Dolphin-Build Number
115
run: |
116
export LASTCOMMIT=$(git log --pretty=format:%H -1)
117
export DOLPHINVER=$(wget -qO- https://dolphin-emu.org/download/dev/${LASTCOMMIT} | grep '<title>' | awk '{print $NF}' | cut -d '<' -f 1)
0 commit comments