Skip to content

Commit 550753d

Browse files
committed
Fix path to external executable
1 parent 66711be commit 550753d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/conda_recipe.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,10 @@ jobs:
9494
if: matrix.os == 'windows-latest'
9595
run: |
9696
cd tests
97-
./external/build/Release/example
97+
ls
98+
ls ./external/build/
99+
# ./external/build/Release/example
100+
./external/build/example
98101
- name: Check built example executable output
99102
run: |
100103
python scripts/devtasks.py compare-files tests/example_output.data --driver 4

0 commit comments

Comments
 (0)