Skip to content

Commit 80a84d7

Browse files
committed
Remove character for win
1 parent 4c20b70 commit 80a84d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
vs-version: '16.6.2'
178178
- name: Get Tags
179179
run: |
180-
git fetch origin --tags && \
180+
git fetch origin --tags &&
181181
git checkout tags/a-test-tag
182182
- name: Build
183183
run: msbuild "Source\dolphin-emu.sln" /verbosity:minimal /property:Configuration=Release /property:Platform=x64

0 commit comments

Comments
 (0)