Skip to content

Commit 333dec1

Browse files
author
Levent KARAGÖL
committed
test.yml has been updated
1 parent 3580a11 commit 333dec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install vcpkg
3030
run: |
3131
git clone https://github.com/microsoft/vcpkg.git /opt/vcpkg
32-
./opt/vcpkg/bootstrap-vcpkg.sh
32+
/opt/vcpkg/bootstrap-vcpkg.sh
3333
ln -s /opt/vcpkg/vcpkg /usr/local/bin/vcpkg
3434
3535
- name: Clone project repository

0 commit comments

Comments
 (0)