Skip to content

Commit

Permalink
Fixed path in ANTs build
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Feb 2, 2024
1 parent 82b9884 commit eebf463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_macos_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:

- name: Extract ANTs
run: |
mkdir -p ${{github.workspace}}/raidionicsrads/ANTs/
cd ${{github.workspace}}/downloads/
tar -xzf ANTsX-v2.4.3_macos_arm.tar.gz -C ${{github.workspace}}/downloads/
mv ${{github.workspace}}/downloads/install ${{github.workspace}}/raidionicsrads/ANTs/
Expand Down

0 comments on commit eebf463

Please sign in to comment.