Skip to content

Commit

Permalink
end-to-end-tests: Backup/restore GITHUB_ACTIONS (#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Jun 20, 2024
1 parent e6bf0cc commit 349ab41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/end-to-end-tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ $envvars_clear = @(
'VCPKG_ROOT',
'X_VCPKG_ASSET_SOURCES'
)
$envvars = $envvars_clear + @("VCPKG_DOWNLOADS", "X_VCPKG_REGISTRIES_CACHE", "PATH")
$envvars = $envvars_clear + @("VCPKG_DOWNLOADS", "X_VCPKG_REGISTRIES_CACHE", "PATH", "GITHUB_ACTIONS")

foreach ($Test in $AllTests)
{
Expand Down

0 comments on commit 349ab41

Please sign in to comment.