Skip to content

Commit 83f49a1

Browse files
Update CI.yml
Signed-off-by: Rohit Chowdhury <[email protected]>
1 parent 72db4d5 commit 83f49a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ jobs:
3030
3131
- name: 🧪 Compile and run test
3232
run: |
33-
g++ -o test_exec tests/test.cpp -std=c++11
33+
g++ -o test_exec tests/test.cpp -Iinclude -I/usr/include/eigen3 -std=c++11
3434
./test_exec
35+

0 commit comments

Comments
 (0)