Skip to content

Commit

Permalink
DEV: Add -I\$CONDA_PREFIX/include in --extra-arg
Browse files Browse the repository at this point in the history
  • Loading branch information
czgdp1807 committed Dec 15, 2023
1 parent 9643fd2 commit e69fe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
lc tests/array_02.cpp --backend=llvm --extra-arg="-Isrc/runtime/include" --
lc tests/array_03.cpp --backend=llvm --
lc tests/array_03.cpp --backend=llvm --extra-arg="-I$CONDA_PREFIX/include" --
# Test generating object files
lc examples/expr2.c --backend c --extra-arg="-Isrc/runtime/include" -o c_o -c --
Expand Down

0 comments on commit e69fe39

Please sign in to comment.