Update workflow

This commit is contained in:
Yunfan Li
2024-03-04 19:23:20 +08:00
parent 0575f799b4
commit 002f2f4e8e
2 changed files with 4 additions and 9 deletions

View File

@@ -26,6 +26,10 @@ jobs:
os: [ubuntu-latest]
build_type: [Release]
c_compiler: [clang]
include:
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
steps:
- name: Checkout AzerothCore