You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2022/06/09 09:17:35 UTC

[echarts-examples] branch gh-pages updated: chore: install ffmpeg in workflow

This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 9e0fae80 chore: install ffmpeg in workflow
9e0fae80 is described below

commit 9e0fae80e819953e4d0a02b6ef27d8ced9ec1932
Author: Ovilia <zw...@gmail.com>
AuthorDate: Thu Jun 9 17:17:26 2022 +0800

    chore: install ffmpeg in workflow
---
 .github/workflows/e2e-test.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml
index 9d4e1727..a85df3c4 100644
--- a/.github/workflows/e2e-test.yml
+++ b/.github/workflows/e2e-test.yml
@@ -10,6 +10,9 @@ jobs:
       - name: checkout
         uses: actions/checkout@v2
 
+      - name: install ffmpeg
+        uses: FedericoCarboni/setup-ffmpeg@v1
+
       - name: npm install
         run: |
           npm install


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org