We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7232de commit d41d641Copy full SHA for d41d641
.github/workflows/CPU_inferencce_validation.yml
@@ -22,7 +22,7 @@ jobs:
22
run:
23
/bin/bash -c " echo $PWD
24
&& ls $PWD
25
- && cp -r /root/actions-runner-dev/data/flare_CH4_SandiaD_4D.tbl examples/dfLowMachFoam/fgm/twoD_SandiaD_flareFGM
+ && cp -r /root/actions-runner/data/flare_CH4_SandiaD_4D.tbl examples/dfLowMachFoam/fgm/twoD_SandiaD_flareFGM
26
&& source ~/miniconda3/etc/profile.d/conda.sh
27
&& conda activate libcantera
28
&& source /opt/openfoam7/etc/bashrc
0 commit comments