Skip to content

Commit

Permalink
end-to-end-tests: Backup/restore GITHUB_ACTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Jun 19, 2024
1 parent 2e27bc7 commit f03e57a
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 f03e57a

Please sign in to comment.