Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed Jun 27, 2024
1 parent 248cf6d commit 0dbc27f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
echo "date=$date" >> $GITHUB_ENV
echo "output_name=mrtrix3-linux-$commit_sha-$date.tar.gz" >> $GITHUB_ENV
- name: Print envs
run: |
echo $commit_sha
echo $date
echo $output_name
- name: Install Eigen3
run: |
git clone https://gitlab.com/libeigen/eigen.git && cd eigen && git checkout 3.4.0
Expand Down

0 comments on commit 0dbc27f

Please sign in to comment.