Skip to content

Commit 71eacbd

Browse files
remove unused framework parameter
1 parent ff5df98 commit 71eacbd

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/Engine-CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,3 @@ jobs:
2828
linux:
2929
needs: clang-format
3030
uses: ./.github/workflows/linux-build.yml
31-
with:
32-
targetFramework: net8.0

.github/workflows/linux-build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ name: ZEngine Linux Build
44

55
on:
66
workflow_call:
7-
inputs:
8-
targetFramework:
9-
type: string
10-
required: true
117

128
jobs:
139
cmake-build:

0 commit comments

Comments
 (0)