Skip to content

Commit

Permalink
Use wget
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed Feb 16, 2024
1 parent 418245e commit db6b49b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Run Installer
run: |
curl -fsSL https://raw.githubusercontent.com/MRtrix3/macos-installer/master/install
wget https://raw.githubusercontent.com/MRtrix3/macos-installer/master/install
chmod +x install
./install
Expand All @@ -33,6 +33,6 @@ jobs:
- name: Run uninstaller
run: |
curl -fsSL https://raw.githubusercontent.com/MRtrix3/macos-installer/master/uninstall
wget https://raw.githubusercontent.com/MRtrix3/macos-installer/master/uninstall
chmod +x uninstall
./uninstall

0 comments on commit db6b49b

Please sign in to comment.