There was an error while loading. Please reload this page.
1 parent 254f89b commit 856e375Copy full SHA for 856e375
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install build dependencies
27
run: |
28
sudo apt-get update
29
- sudo apt-get install gcc flex bison libfl-dev -y
+ sudo apt-get install gcc flex bison libfl-dev libasan8 libubsan1 -y
30
31
- name: Build Brainrot
32
@@ -64,7 +64,7 @@ jobs:
64
- name: Install Python and dependencies
65
66
67
- sudo apt-get install python3 python3-pip valgrind -y
+ sudo apt-get install python3 python3-pip valgrind libfl-dev libasan8 libubsan1 -y
68
python3 -m venv .venv
69
source .venv/bin/activate
70
pip install -r requirements.txt
0 commit comments