Skip to content

Commit 1bc48ec

Browse files
committed
Fix CI workflow
1 parent e650529 commit 1bc48ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Bootstrap vcpkg (Unix)
3737
if: runner.os != 'Windows'
38-
run: "$VCPKG_ROOT/bootstrap-vcpkg.sh" -disableMetrics
38+
run: $VCPKG_ROOT/bootstrap-vcpkg.sh -disableMetrics
3939

4040
- name: Bootstrap vcpkg (Windows)
4141
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)