Skip to content

Commit

Permalink
Fix clang ?
Browse files Browse the repository at this point in the history
  • Loading branch information
kgorking committed Oct 26, 2023
1 parent 8c67d6a commit 281054d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 99 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/clang.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Clang 13-16
name: Clang 16-18 (module)

on:
workflow_run:
Expand All @@ -14,7 +14,8 @@ jobs:
strategy:
fail-fast: true
matrix:
version: [13, 16]
version: [16, 17, 18]
modules: [false, true]
built_type: [Debug, Release]

steps:
Expand Down Expand Up @@ -56,8 +57,8 @@ jobs:
-B build
-G Ninja
-D CMAKE_BUILD_TYPE=${{ matrix.build_type }}
-D ECS_COMPILE_AS_MODULE=${{ matrix.modules }}
-D CMAKE_MAKE_PROGRAM=${ninja_program}
-D ECS_COMPILE_AS_MODULE=false
RESULT_VARIABLE result
)
if (NOT result EQUAL 0)
Expand Down
96 changes: 0 additions & 96 deletions .github/workflows/clang_with_module.yml

This file was deleted.

0 comments on commit 281054d

Please sign in to comment.