mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2026-01-02 18:00:44 +00:00
Update rust.yml
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Install ffmpeg
|
- name: Install ffmpeg
|
||||||
run: sudo apt-get install ffmpeg
|
run: sudo apt-get install ffmpeg
|
||||||
- name: Create Test Media
|
- name: Create Test Media
|
||||||
run: sh tests/create_test_media.sh
|
run: cd tests; sh create_test_media.sh
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|||||||
Reference in New Issue
Block a user