Skip to content

Commit 8b365a1

Browse files
committed
Fix path in appveyor.yml
1 parent 31dd638 commit 8b365a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ install:
9595

9696
- cmake --build . --config %BUILD_TYPE% --target install
9797
- cd ../../
98+
- set PATH="C:/Program Files (x86)/symengine/bin";%PATH%
99+
- set PATH="C:/Program Files/symengine/bin";%PATH%
98100

99101
build_script:
100102

0 commit comments

Comments
 (0)