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 4c20b70 commit 80a84d7Copy full SHA for 80a84d7
.github/workflows/ci.yml
@@ -177,7 +177,7 @@ jobs:
177
vs-version: '16.6.2'
178
- name: Get Tags
179
run: |
180
- git fetch origin --tags && \
+ git fetch origin --tags &&
181
git checkout tags/a-test-tag
182
- name: Build
183
run: msbuild "Source\dolphin-emu.sln" /verbosity:minimal /property:Configuration=Release /property:Platform=x64
0 commit comments