Skip to content

Commit f3e036c

Browse files
committed
Update workflow
1 parent 7607c32 commit f3e036c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Build solution
3939
run: |
40-
msbuild usbip_win2.sln /p:Configuration=Release /p:Platform=x64 /m || $true
40+
msbuild usbip_win2.sln /p:Configuration=Release /p:Platform=x64 /m || & { "ignore failure"; $global:LASTEXITCODE = 0 }
4141
ls .
4242
ls ./x64/
4343

0 commit comments

Comments
 (0)