Skip to content

Commit e532b6a

Browse files
committed
-
1 parent eabfa8a commit e532b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/freeze.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python setup_basic.py build || true
3232
- name: basic_run
3333
run: |
34-
./build/*/robot_run_basic ../examples/basic/
34+
./cx_Freeze/build/*/robot_run_basic ../examples/basic/
3535
3636
- name: numpy
3737
run: |
@@ -42,4 +42,4 @@ jobs:
4242
python setup_numpy.py build
4343
- name: numpy_run
4444
run: |
45-
./build/*/robot_run_numpy ../examples/numpy/
45+
../cx_Freeze/build/*/robot_run_numpy ../examples/numpy/

0 commit comments

Comments
 (0)