Skip to content

Commit aad1ade

Browse files
committed
another attempt
1 parent 9be7f9d commit aad1ade

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
uses: actions/checkout@v2
1616

1717
- name: Set up vcpkg
18-
uses: lukka/get-cmake@latest
19-
with:
20-
vcpkgArgs: 'boost'
18+
run: |
19+
git clone https://github.com/microsoft/vcpkg.git
20+
./vcpkg/bootstrap-vcpkg.sh
21+
./vcpkg/vcpkg install boost
2122
2223
- name: Build
2324
run: |

0 commit comments

Comments
 (0)