Skip to content

Commit fce6569

Browse files
committed
Refresh the env post installs
1 parent d6dc08d commit fce6569

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
echo 'winget install --id Microsoft.VisualStudio.2022.Community --exact --force --custom "--add Microsoft.VisualStudio.Component.Windows11SDK.22000 --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64" --disable-interactivity --accept-source-agreements' >> $env:TEMP\test-script\run.ps1
5959
echo 'winget install --id Swift.Toolchain -e --disable-interactivity --accept-source-agreements' >> $env:TEMP\test-script\run.ps1
6060
echo 'winget install --id Schniz.fnm -e --disable-interactivity --accept-source-agreements' >> $env:TEMP\test-script\run.ps1
61+
echo 'Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1' >> $env:TEMP\test-script\run.ps1
6162
echo 'refreshenv' >> $env:TEMP\test-script\run.ps1
6263
echo 'fnm env --use-on-cd | Out-String | Invoke-Expression' >> $env:TEMP\test-script\run.ps1
6364
echo 'fnm use --install-if-missing 18.19.0' >> $env:TEMP\test-script\run.ps1

0 commit comments

Comments
 (0)