Skip to content

Commit 856e375

Browse files
committed
fix: update ci libs
1 parent 254f89b commit 856e375

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install build dependencies
2727
run: |
2828
sudo apt-get update
29-
sudo apt-get install gcc flex bison libfl-dev -y
29+
sudo apt-get install gcc flex bison libfl-dev libasan8 libubsan1 -y
3030
3131
- name: Build Brainrot
3232
run: |
@@ -64,7 +64,7 @@ jobs:
6464
- name: Install Python and dependencies
6565
run: |
6666
sudo apt-get update
67-
sudo apt-get install python3 python3-pip valgrind -y
67+
sudo apt-get install python3 python3-pip valgrind libfl-dev libasan8 libubsan1 -y
6868
python3 -m venv .venv
6969
source .venv/bin/activate
7070
pip install -r requirements.txt

0 commit comments

Comments
 (0)