Skip to content

Commit b8cba3b

Browse files
committed
Install ASAN through apt
1 parent cf48926 commit b8cba3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ompi_mpi4py.yaml

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

3535
- name: Install depencencies
3636
run: sudo apt-get install -y -q
37-
libnuma-dev
37+
libnuma-dev libasan
3838
if: ${{ runner.os == 'Linux' }}
3939

4040
- name: Checkout Open MPI

0 commit comments

Comments
 (0)