File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,22 +114,15 @@ jobs:
114114 run : |
115115 sudo dpkg -i dfetch*.deb
116116 sudo dpkg -L dfetch
117- ls -la /opt/dfetch
118117 echo "/opt/dfetch" >> $GITHUB_PATH
119- export PATH="/opt/dfetch:$PATH"
120- which dfetch
121- dfetch environment
122118 shell : bash
123119
124120 - name : Install binary
125121 if : matrix.platform == 'macos-latest'
126122 run : |
127- ls -la .
128123 sudo installer -pkg dfetch*.pkg -target / -verboseR
129124 find /opt/dfetch -type f
130125 echo "/opt/dfetch/opt/dfetch" >> $GITHUB_PATH
131- export PATH="/opt/dfetch/opt/dfetch:$PATH"
132- dfetch environment
133126 shell : bash
134127
135128 - name : Install binary
@@ -141,12 +134,7 @@ jobs:
141134 $procLog = Start-Process "powershell" "Get-Content -Path `"$log`" -Wait" -NoNewWindow -PassThru
142135 $procMain.WaitForExit()
143136 $procLog.Kill()
144- Get-ChildItem .
145- $env:PATH
146- Get-ChildItem $env:ProgramFiles
147- Get-ChildItem ${env:ProgramFiles(x86)}
148137 echo "C:\Program Files (x86)\dfetch" >> $env:GITHUB_PATH
149-
150138 shell : pwsh
151139
152140 - run : dfetch init
You can’t perform that action at this time.
0 commit comments