We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e650529 commit 1bc48ecCopy full SHA for 1bc48ec
1 file changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Bootstrap vcpkg (Unix)
37
if: runner.os != 'Windows'
38
- run: "$VCPKG_ROOT/bootstrap-vcpkg.sh" -disableMetrics
+ run: $VCPKG_ROOT/bootstrap-vcpkg.sh -disableMetrics
39
40
- name: Bootstrap vcpkg (Windows)
41
if: runner.os == 'Windows'
0 commit comments