Skip to content

Commit

Permalink
fix paths in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mukul1992 committed Oct 15, 2024
1 parent 4ca92ba commit 1bd7f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
cd ${{github.workspace}}
git submodule update --init --depth=1
./Submodules/AMReX/.github/workflows/dependencies/dependencies.sh
${{github.workspace}}/Submodules/AMReX/.github/workflows/dependencies/dependencies.sh
- name: Run megabuild script
run: |
Expand All @@ -28,5 +28,5 @@ jobs:
- name: Run Couette flow problem
run: |
cd ${{github.workspace}}/../erf-amrwind-driver-install/bin
cp ../../erf-amrwind-driver/Exec/CouetteFlow/input* .
cp ${{github.workspace}}/Exec/CouetteFlow/input* .
./erf_mb_couette inputs_amrex

0 comments on commit 1bd7f64

Please sign in to comment.