Skip to content

Commit

Permalink
[ci] fix command typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Oct 19, 2024
1 parent a9e304c commit d9fcd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Run Octave test - demo_vol2mesh_ex1
run: |
octave-cli --version
octave-cli --eval 'available_graphics_toolkits(); graphics_toolkits()'
octave-cli --eval 'available_graphics_toolkits(); graphics_toolkit()'
octave-cli --eval "addpath(pwd);cd sample; tic; demo_vol2mesh_ex1; toc"
- name: Run Octave test - demo_vol2mesh_ex1b
run: octave-cli --eval "addpath(pwd);cd sample; tic; demo_vol2mesh_ex1b; toc"
Expand Down

0 comments on commit d9fcd31

Please sign in to comment.