updated actions file

This commit is contained in:
Jason Tian 2022-04-04 12:32:12 +08:00
parent bb08abed58
commit ce6e11d5ab
1 changed files with 0 additions and 11 deletions

View File

@ -13,17 +13,6 @@ jobs:
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- uses: FedericoCarboni/setup-ffmpeg@v1
id: setup-ffmpeg
- name: Run shell
#run: cat ./scripts/duration-length.sh
run: bash -x ./scripts/duration-length.sh
shell: bash
# - run: ffprobe -i "https://ting.shufang.org/shitsurakuen/lost-paradise_01-v2.mp3" -show_entries format=duration -v quiet -of csv="p=0" -sexagesimal
# - run: ffprobe -i "https://ting.shufang.org/shitsurakuen/lost-paradise_01-v2.mp3" -show_entries format=size -v quiet -of csv="p=0"
- uses: FedericoCarboni/setup-ffmpeg@v1
id: setup-ffmpeg