Skip to content

Commit

Permalink
Update github-actions-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ctroupin authored Apr 18, 2023
1 parent 79691a5 commit 56c0374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
echo "Installing DIVA software"
mkdir -pv ${TOOLSDIR}
cd ${TOOLSDIR}
wget -q "https://github.com/gher-ulg/DIVA/archive/refs/tags/v${DIVA_VERSION}.tar.gz"
wget -q "https://github.com/gher-uliege/DIVA/archive/refs/tags/v${DIVA_VERSION}.tar.gz"
tar xvf "v${DIVA_VERSION}.tar.gz"
- name: Compilation
env:
Expand Down

0 comments on commit 56c0374

Please sign in to comment.