Skip to content

Commit

Permalink
Merge pull request #81 from lukka/check_sha1_git_commit
Browse files Browse the repository at this point in the history
consume v1.0.17 packages
  • Loading branch information
lukka authored Apr 11, 2021
2 parents 1db3af0 + ab4a949 commit a825063
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
description: "This value is added to the precomputed key used to restore/save the cached artifacts produced by vcpkg."
vcpkgGitCommitId:
required: false
description: "Specify the Git commit id (not a branch name nor a tag!) that establishes which version of vcpkg needs to be used. When using vcpkg as a Git submodule, this input is not needed as impicitly specified by the submodule. [More information](https://github.com/lukka/CppBuildTasks/blob/master/README.md)"
description: "Specify the full SHA-1 hash of a Git commit (not a branch name, nor a tag!) that establishes which version of vcpkg needs to be used. When using vcpkg as a Git submodule, this input is *not* needed as implicitly specified by the submodule."
vcpkgArguments:
default: ""
required: false
Expand Down
100 changes: 50 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"@actions/exec": "^1.0.1",
"@actions/github": "^1.1.0",
"@actions/io": "^1.0.1",
"@lukka/action-lib": "1.0.16",
"@lukka/base-lib": "1.0.16",
"@lukka/base-util-lib": "1.0.16",
"@lukka/run-vcpkg-lib": "1.0.16",
"@lukka/action-lib": "1.0.17",
"@lukka/base-lib": "1.0.17",
"@lukka/base-util-lib": "1.0.17",
"@lukka/run-vcpkg-lib": "1.0.17",
"@types/adm-zip": "^0.4.32",
"@types/follow-redirects": "^1.8.0",
"@types/jest": "^24.9.0",
Expand Down

0 comments on commit a825063

Please sign in to comment.