Fix tests in CI
This commit is contained in:
parent
3e97d728f7
commit
cff16885c4
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@ -68,12 +68,12 @@ jobs:
|
|||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ffmpeg-core
|
name: ffmpeg-core
|
||||||
path: packages
|
path: packages/core/dist
|
||||||
- name: Download ffmpeg-core-mt
|
- name: Download ffmpeg-core-mt
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ffmpeg-core-mt
|
name: ffmpeg-core-mt
|
||||||
path: packages
|
path: packages/core-mt/dist
|
||||||
- name: Use Node.js 16
|
- name: Use Node.js 16
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user