Fix CI
This commit is contained in:
parent
52dcde8f31
commit
a4275d2e7c
1
.github/workflows/CI.yml
vendored
1
.github/workflows/CI.yml
vendored
@ -44,6 +44,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ffmpeg-cores
|
name: ffmpeg-cores
|
||||||
|
path: packages
|
||||||
- name: Use Node.js 16
|
- name: Use Node.js 16
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
@ -160,6 +160,7 @@ FROM ffmpeg-builder AS ffmpeg-wasm-builder
|
|||||||
COPY src/bind /src/src/bind
|
COPY src/bind /src/src/bind
|
||||||
COPY src/fftools /src/src/fftools
|
COPY src/fftools /src/src/fftools
|
||||||
COPY build/ffmpeg-wasm.sh build.sh
|
COPY build/ffmpeg-wasm.sh build.sh
|
||||||
|
# libraries to link
|
||||||
ENV FFMPEG_LIBS \
|
ENV FFMPEG_LIBS \
|
||||||
-lx264 \
|
-lx264 \
|
||||||
-lx265 \
|
-lx265 \
|
||||||
|
Loading…
Reference in New Issue
Block a user