Skip to content

Commit 072fd27

Browse files
committed
Install dfetch globally on macos
1 parent 5dd3404 commit 072fd27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
if: matrix.platform == 'macos-latest'
120120
run: |
121121
ls -la .
122-
sudo installer -pkg dfetch-package/dfetch*.pkg -target ~ -verboseR
122+
sudo installer -pkg dfetch-package/dfetch*.pkg -target / -verboseR
123123
shell: bash
124124

125125
- name: Install binary

0 commit comments

Comments
 (0)