Skip to content

Commit

Permalink
fix path for running examples
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Oct 5, 2023
1 parent 4ccc0a0 commit eac9915
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ jobs:
- name: Run examples
if: ${{ matrix.test_type == 'package-compiler' }}
run: |
cd examples
cd build/examples
mpirun -n 2 simple_trixi_controller_c \
../libtrixi-julia \
../LibTrixi.jl/examples/libelixir_p4est2d_dgsem_euler_sedov.jl
../../libtrixi-julia \
../../LibTrixi.jl/examples/libelixir_p4est2d_dgsem_euler_sedov.jl
env:
LIBTRIXI_DEBUG: all

Expand Down

0 comments on commit eac9915

Please sign in to comment.