Skip to content

Commit a259b50

Browse files
committed
Make sure libasan is installed
1 parent 9a27be4 commit a259b50

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
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
python-version: 3.8
4747
- name: Install isal
48-
run: sudo apt-get install libisal-dev
48+
run: sudo apt-get install libisal-dev libasan8
4949
- name: Install tox and upgrade setuptools and pip
5050
run: pip install --upgrade tox setuptools pip
5151
- name: Run tox -e ${{ matrix.tox_env }}

0 commit comments

Comments
 (0)