Skip to content

Commit d41d641

Browse files
committed
CI: Fix path error for the tbl file.
1 parent e7232de commit d41d641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CPU_inferencce_validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run:
2323
/bin/bash -c " echo $PWD
2424
&& ls $PWD
25-
&& cp -r /root/actions-runner-dev/data/flare_CH4_SandiaD_4D.tbl examples/dfLowMachFoam/fgm/twoD_SandiaD_flareFGM
25+
&& cp -r /root/actions-runner/data/flare_CH4_SandiaD_4D.tbl examples/dfLowMachFoam/fgm/twoD_SandiaD_flareFGM
2626
&& source ~/miniconda3/etc/profile.d/conda.sh
2727
&& conda activate libcantera
2828
&& source /opt/openfoam7/etc/bashrc

0 commit comments

Comments
 (0)