mirror of
https://github.com/livepeer/lpms
synced 2025-11-03 02:23:35 +08:00
build.yaml: Revert debugging changes
This commit is contained in:
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
@@ -100,9 +100,4 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
shell: bash
|
||||
run: |
|
||||
which ffmpeg || true
|
||||
echo "$PATH"
|
||||
ls -lh /github/home/compiled/bin/
|
||||
/github/home/compiled/bin/ffmpeg -version || true
|
||||
PATH="/github/home/compiled/bin:$PATH" bash ./test.sh
|
||||
run: PATH="/github/home/compiled/bin:$PATH" bash ./test.sh
|
||||
|
||||
Reference in New Issue
Block a user