File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 6969 - name : Setup Example dir
7070 run : |
7171 cp target/i686-pc-windows-msvc/release/libmathcat_py.dll Example/libmathcat_py.pyd
72+ # Example/Rules should not exist, but I was getting errors from "mv" saying it did
73+ rmdir /s /q Example/Rules
7274 mv addon/globalPlugins/MathCAT/Rules Example
7375 - name : test the build
7476 run : |
@@ -138,8 +140,7 @@ jobs:
138140 run : |
139141 # don't know why it is "liblib...". For consistency with other versions, it is renamed.
140142 cp target/x86_64-unknown-linux-gnu/release/liblibmathcat_py.so Example/libmathcat_py.so
141- # I've started getting errors files already existing, so "-Force" is used
142- cp -Recurse -Force addon/globalPlugins/MathCAT/Rules Example
143+ mv addon/globalPlugins/MathCAT/Rules Example
143144 - name : test build
144145 run : |
145146 cd Example
You can’t perform that action at this time.
0 commit comments