mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 14:14:33 +00:00
remove runners that failed explicitly
also https://learn.microsoft.com/en-us/cpp/build/reference/debug-generate-debug-info?view=msvc-170 use /DEBUG:FULL instead of FASTLINK as it is deprecated
This commit is contained in:
parent
222f476f0e
commit
4062a1bbbd
3 changed files with 11 additions and 21 deletions
10
.github/workflows/build-linux-gcc.yml
vendored
10
.github/workflows/build-linux-gcc.yml
vendored
|
|
@ -44,16 +44,6 @@ jobs:
|
|||
cxx: "g++",
|
||||
generator: "Ninja",
|
||||
}
|
||||
# Clang produces a meaningfully different set of warnings and
|
||||
# errors than GCC — builds that pass one often have real issues
|
||||
# on the other.
|
||||
- {
|
||||
name: "Ubuntu Clang",
|
||||
build_type: "Release",
|
||||
cc: "clang",
|
||||
cxx: "clang++",
|
||||
generator: "Ninja",
|
||||
}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue