We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7665781 commit c29aa62Copy full SHA for c29aa62
1 file changed
.github/workflows/build.yml
@@ -145,14 +145,11 @@ jobs:
145
$env:PATH
146
Get-ChildItem $env:ProgramFiles
147
Get-ChildItem ${env:ProgramFiles(x86)}
148
- echo "C:\Program Files (x86)\dfetch" >> $GITHUB_PATH
+ echo "C:\Program Files (x86)\dfetch" >> $env:GITHUB_PATH
149
150
shell: pwsh
151
152
- - run: |
153
- $env:PATH
154
- Get-ChildItem ${env:ProgramFiles(x86)}
155
- dfetch init
+ - run: dfetch init
156
- run: dfetch environment
157
- run: dfetch validate
158
- run: dfetch check
0 commit comments