Commit fa1c82a5 authored by Jerome Wu's avatar Jerome Wu

Ignore ls error

parent 1d905c71
......@@ -51,7 +51,7 @@ jobs:
restore-keys: |
$CACHE_KEY_PREFIX-
- name: List cached libs
run: ls build/lib
run: ls build/lib || true
- name: Build FFMpeg Libs
run: bash build-with-docker.sh install-deps ${{ matrix.script }}
build-ffmpeg:
......@@ -71,7 +71,7 @@ jobs:
restore-keys: |
$CACHE_KEY_PREFIX-
- name: List cached libs
run: ls build/lib
run: ls build/lib || true
- name: Build FFMpeg
run: |
bash build-with-docker.sh \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment