Skip to content

Commit

Permalink
GitHub Actions: Add vcpkg initialization step
Browse files Browse the repository at this point in the history
This commit adds a step called "initialize vcpkg" to the GitHub Actions
workflow, because we need some build scripts from vcpkg that aren't
present in our vcpkg artifacts from Azure Pipelines.

Signed-off-by: Dennis Ameling <[email protected]>
  • Loading branch information
dennisameling authored and Git for Windows Build Agent committed May 17, 2021
1 parent d47b9c5 commit 4d74c3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ jobs:
vs-build:
needs: ci-config
if: needs.ci-config.outputs.enabled == 'yes'
timeout-minutes: 15
env:
NO_PERL: 1
GIT_CONFIG_PARAMETERS: "'user.name=CI' 'user.email=ci@git'"
Expand Down

0 comments on commit 4d74c3e

Please sign in to comment.