Skip to content

Commit

Permalink
Freeing up space on CI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouget committed Aug 18, 2023
1 parent 5d4c818 commit 46bf09a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
tar -xzf ANTsX-v2.4.3_ubuntu.tar.gz -C ${{github.workspace}}/downloads/
mkdir ${{github.workspace}}/ANTs
mv ${{github.workspace}}/downloads/install ${{github.workspace}}/ANTs/
rm ANTsX-v2.4.3_ubuntu.tar.gz
- name: Install dependencies
run: |
Expand Down

0 comments on commit 46bf09a

Please sign in to comment.