Skip to content

Commit

Permalink
Merge pull request #365 from candleindark/fix-neuro-debian-lnk
Browse files Browse the repository at this point in the history
Use https instead of http in neuro debian
  • Loading branch information
candleindark authored May 3, 2024
2 parents 5b1e274 + 7a2de25 commit b6dd1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install git-annex
shell: bash
run: |
bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
bash <(wget -q -O- https://neuro.debian.net/_files/neurodebian-travis.sh)
sudo apt-get update -qq
sudo apt-get install eatmydata
sudo eatmydata apt-get install git-annex-standalone
Expand Down

0 comments on commit b6dd1b4

Please sign in to comment.