Skip to content

Commit 390a0cb

Browse files
committed
Update actions
1 parent 65e28f8 commit 390a0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3030
- name: Download Sample Video
3131
run: |
32-
wget -c https://isorepublic.com/wp-content/uploads/2019/01/iso-republic-free-video-085.mp4 -O ./sample-video.mp4
32+
wget -c https://archive.org/download/ltvehny-LTV_Zoom_Tutorials_-_Joining_Zoom_with_Computer_Audio/LTV_Zoom_Tutorials_-_Joining_Zoom_with_Computer_Audio.mp4 -O ./sample-video.mp4
3333
- name: Lint with flake8
3434
run: |
3535
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

0 commit comments

Comments
 (0)