You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
C#: Fix warnings caught by new problem-matchers
• Restore MSVC problem matcher for Linux builds
This commit is contained in:
3
.github/workflows/linux_builds.yml
vendored
3
.github/workflows/linux_builds.yml
vendored
@@ -155,9 +155,6 @@ jobs:
|
||||
- name: Build .NET solutions
|
||||
if: matrix.build-mono
|
||||
run: |
|
||||
# FIXME: C# warnings should be properly handled eventually, but we don't want to clutter
|
||||
# the GitHub Actions annotations, so remove the associated problem matcher for now.
|
||||
echo "::remove-matcher owner=msvc::"
|
||||
./modules/mono/build_scripts/build_assemblies.py --godot-output-dir=./bin --godot-platform=linuxbsd
|
||||
|
||||
- name: Prepare artifact
|
||||
|
||||
Reference in New Issue
Block a user