Skip to content

Commit

Permalink
fixed naming for clang on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Oct 15, 2024
1 parent fc578d1 commit bdd9557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
- name: Editor w/ clang-cl (target=editor, tests=yes, use_llvm=yes)
cache-name: windows-editor-clang
target: editor
tests: false
tests: true
sconsflags: debug_symbols=no windows_subsystem=console use_llvm=yes
bin: ./bin/godot.windows.editor.x86_64.llvm.exe
bin: ./bin/godot.windows.editor.x86_64.exe
compiler: clang

- name: Template (target=template_release)
Expand Down

0 comments on commit bdd9557

Please sign in to comment.