Skip to content

Commit cec2c80

Browse files
committed
fix: missing nasm dep in ci
1 parent 88ad4ea commit cec2c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v5
19-
- run: sudo apt-get install -y protobuf-compiler clang libavcodec-dev libavformat-dev libavutil-dev libavfilter-dev libavdevice-dev pkg-config
19+
- run: sudo apt-get install -y protobuf-compiler clang nasm pkg-config
2020
- name: Build
2121
run: cargo build --verbose
2222
- name: Run tests

0 commit comments

Comments
 (0)