File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments