Skip to content

Commit 6e8010a

Browse files
authored
Update build.yml
1 parent 517c3fc commit 6e8010a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
- name: Delete PDB files
5454
working-directory: Source/${{ env.SOLUTION_DIR }}
5555
run: |
56-
if [[ "${{ runners.os }}" == 'Linux' ]]; then
56+
if [[ "${{ runner.os }}" == 'Linux' ]]; then
5757
find . -name '*.pdb' -delete
58-
elif [[ "${{ runners.os }}" == 'Windows' ]]; then
58+
elif [[ "${{ runner.os }}" == 'Windows' ]]; then
5959
del /Q /F *.pdb
6060
fi
6161

0 commit comments

Comments
 (0)