Skip to content

Commit 1b0f80a

Browse files
committed
Add nasm build dependency
1 parent d210d23 commit 1b0f80a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
uses: actions/[email protected]
3535
with:
3636
python-version: ${{ matrix.python-version }}
37+
- name: Install isal
38+
run: sudo apt-get install libisal-dev
3739
- name: Install tox
3840
run: pip install tox
3941
- name: Build docs
@@ -62,6 +64,9 @@ jobs:
6264
- name: Install isal
6365
if: ${{ matrix.linking_method == 'dynamic' }}
6466
run: sudo apt-get install libisal-dev
67+
- name: Install nasm
68+
run: sudo apt install nasm
69+
if: ${{ matrix.linking_method == 'static' }}
6570
- name: Run tests
6671
run: tox -e py3
6772
- name: Upload coverage report

0 commit comments

Comments
 (0)