Skip to content

Commit d1c1745

Browse files
committed
Update
1 parent 32506bf commit d1c1745

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/gstreamer.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ jobs:
2626
- name: Run build inside container
2727
id: build
2828
run: |
29-
# 生成构建脚本
29+
3030
mkdir -p /tmp/docker
3131
32+
mv gstreamer-source /tmp/docker/
33+
3234
cat > /tmp/docker/build_script.sh << EOF
3335
set -e
3436
cd /workspace/gstreamer-source

0 commit comments

Comments
 (0)