Skip to content

Commit c0fe7e5

Browse files
committed
Revert "Attempt build number fix for Win"
This reverts commit 19df709.
1 parent 19df709 commit c0fe7e5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,6 @@ jobs:
175175
- uses: actions/checkout@v2
176176
- name: Setup Submodules
177177
run: git config --global --add safe.directory . && git submodule update --init --recursive
178-
- name: Dolphin-Build Number
179-
run: |
180-
export LASTCOMMIT=$(git log --pretty=format:%H -1)
181-
export DOLPHINVER="v3.1.2-mainline-beta.3"
182-
echo "DOLPHIN Build $DOLPHINVER"
183-
echo "DOLPHINVER=$DOLPHINVER" >> $GITHUB_ENV
184-
get-content Source/Core/Common/scmrev.h.in | %{$_ -replace "s|\${DOLPHIN_WC_DESCRIBE}","$DOLPHINVER"}
185178
- name: Setup MSBuild
186179
uses: microsoft/[email protected]
187180
with:

0 commit comments

Comments
 (0)