Skip to content

Commit

Permalink
fix linking
Browse files Browse the repository at this point in the history
  • Loading branch information
akashdhruv committed Sep 29, 2023
1 parent 4066827 commit 3a0524c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/amrex-bittree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
git clone https://github.com/Lab-Notebooks/AMReX-Bittree-Performance
- name: Configure Site
run: |
ln -s tests/AMReX-Bittree-Performance/sites/test AMReX-Bittree-Performance/sites/test
ln -s $(realpath tests/AMReX-Bittree-Performance/sites/test) AMReX-Bittree-Performance/sites/test
cd AMReX-Bittree-Performance
./configure -s test
- name: Setup Bittree
Expand Down

0 comments on commit 3a0524c

Please sign in to comment.