Skip to content

Commit 1a22f8e

Browse files
committed
Try fix build
1 parent 3d288f6 commit 1a22f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
path: plugins/${{ env.PLUGIN_NAME }}
148148
- name: Add plugin to obs cmake
149149
shell: bash
150-
run: echo "add_subdirectory(${{ env.PLUGIN_NAME }})" >> plugins/CMakeLists.txt
150+
run: echo "add_subdirectory(${{ env.PLUGIN_NAME }})" > plugins/CMakeLists.txt
151151
- name: Fetch Git Tags
152152
run: git fetch --prune --tags --unshallow
153153
- name: 'Install dependencies'
@@ -210,7 +210,7 @@ jobs:
210210
path: plugins/${{ env.PLUGIN_NAME}}
211211
- name: Add plugin to obs cmake
212212
shell: cmd
213-
run: echo add_subdirectory(${{ env.PLUGIN_NAME }}) >> plugins/CMakeLists.txt
213+
run: echo add_subdirectory(${{ env.PLUGIN_NAME }}) > plugins/CMakeLists.txt
214214
- name: Fetch Git Tags
215215
run: git fetch --prune --tags --unshallow
216216
- name: 'Install prerequisite: QT'

0 commit comments

Comments
 (0)