Skip to content

Add setup-vcpkg#2

Merged
snnn merged 8 commits intomainfrom
snnn/p1
Mar 28, 2025
Merged

Add setup-vcpkg#2
snnn merged 8 commits intomainfrom
snnn/p1

Conversation

@snnn
Copy link

@snnn snnn commented Mar 28, 2025

This PR adds a new GitHub Action to set up vcpkg by downloading, verifying, extracting, bootstrapping, caching a specified version, and then configuring environment outputs.

  • Implements a Node.js setup script in src/setup-vcpkg/index.js for handling download, extraction, hash verification, and bootstrapping.
  • Introduces the action metadata in actions/setup-vcpkg/action.yml to define the inputs, outputs, and runtime environment for the action.

Copilot AI review requested due to automatic review settings March 28, 2025 01:13
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new GitHub Action to set up vcpkg by downloading, verifying, extracting, bootstrapping, caching a specified version, and then configuring environment outputs.

  • Implements a Node.js setup script in src/setup-vcpkg/index.js for handling download, extraction, hash verification, and bootstrapping.
  • Introduces the action metadata in actions/setup-vcpkg/action.yml to define the inputs, outputs, and runtime environment for the action.

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
src/setup-vcpkg/index.js Implements the setup logic including download, hash verification, extraction, bootstrapping, and caching.
actions/setup-vcpkg/action.yml Provides the GitHub Action definition with appropriate inputs and output configurations.
Files not reviewed (1)
  • package.json: Language not supported

fs-eire
fs-eire previously approved these changes Mar 28, 2025
fs-eire
fs-eire previously approved these changes Mar 28, 2025
@snnn snnn merged commit c382659 into main Mar 28, 2025
4 checks passed
@snnn snnn deleted the snnn/p1 branch March 28, 2025 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants