Skip to content

Commit

Permalink
Reduce warning level on Windows builds in Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vkoskiv committed Jan 14, 2020
1 parent 73205b6 commit a48e9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: cmake
run: cmake -G "Visual Studio 16 2019" -A x64 .
- name: build
run: msbuild c-ray.sln /p:Configuration=Release
run: msbuild c-ray.sln /p:Configuration=Release /p:WarningLevel=0

0 comments on commit a48e9b9

Please sign in to comment.