Skip to content

Commit 5f78526

Browse files
committed
* fix release.yaml
* move LGPL LICENSE to proper place
1 parent c8206d6 commit 5f78526

File tree

4 files changed

+512
-7
lines changed

4 files changed

+512
-7
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010
# push:
1111
# branches:
1212
# - 'main'
13-
pull_request:
14-
branches:
15-
- '**'
13+
# pull_request:
14+
# branches:
15+
# - '**'
1616

1717
jobs:
1818
build:
@@ -95,6 +95,8 @@ jobs:
9595
cp /usr/local/lib/libavfilter.so.8 src/build/lib
9696
cp /usr/local/lib/libpostproc.so.56 src/build/lib
9797
cp bmf/output/bmf/lib/libbuiltin_modules.so src/build/lib
98+
touch src/build/activate_env.sh
99+
echo export LD_LIBRARY_PATH="$BASEDIR/lib" >> src/build/activate_env.sh
98100
99101
# Step to package the build directory
100102
- name: Create tar.gz package
File renamed without changes.

0 commit comments

Comments
 (0)