Skip to content

Commit f0e2962

Browse files
committed
Build with yasm just like PYPA
1 parent 1b21eaf commit f0e2962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
- name: Install isal
6969
if: ${{ matrix.linking_method == 'dynamic' }}
7070
run: sudo apt-get install libisal-dev
71-
- name: Install nasm
72-
run: sudo apt install nasm
71+
- name: Install yasm # Yasm in pypa/manylinux images.
72+
run: sudo apt install yasm
7373
if: ${{ matrix.linking_method == 'static' }}
7474
- name: Run tests (dynamic link)
7575
run: tox -e py3

0 commit comments

Comments
 (0)