File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ python-libarchive-c = "*"
5252[feature .host .tasks ]
5353setup-wasm = { cmd = " pixi install -e wasm" , inputs = [" pixi.lock" ] }
5454build-dist = { cmd = " pixi run build --output-dir dist" }
55- patch-dist = {cmd = " export FOLDER=dist && pixi run patch" }
55+ patch-dist = { cmd = " export FOLDER=$GITHUB_WORKSPACE/ dist && pixi run patch" }
5656
5757[feature .host .tasks .patch ]
5858depends-on =[" patch-roslib" , " patch-xpython" ]
@@ -65,7 +65,7 @@ outputs = ["_output"]
6565inputs = [" pixi.lock" , " files/" ]
6666
6767[feature .host .tasks .patch-xpython ]
68- cmd = " sed -i '' 's/jsArg.replace(\"\\ *\" ,\"\" )/jsArg.replaceAll(\"\\ *\" ,\"\" )/g' $FOLDER/xeus/bin/xpython.js"
68+ cmd = " echo $FOLDER && sed -i '' 's/jsArg.replace(\"\\ *\" ,\"\" )/jsArg.replaceAll(\"\\ *\" ,\"\" )/g' $FOLDER/xeus/bin/xpython.js"
6969env = {FOLDER = " _output" }
7070
7171[feature .host .tasks .patch-roslib ]
You can’t perform that action at this time.
0 commit comments