Skip to content

Commit 47b0ebc

Browse files
committed
Install libasan6 to fix Address Sanitizer build
1 parent ffc1fd3 commit 47b0ebc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/address-sanitizer.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
submodules: true
2424
persist-credentials: false
2525

26+
- name: Install packages
27+
run: |
28+
sudo apt-get update
29+
sudo apt-get -y install libasan6
30+
2631
- name: Set up Python
2732
uses: actions/setup-python@v5
2833
with:

0 commit comments

Comments
 (0)