Skip to content

Commit

Permalink
fix: add setup vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia committed Sep 24, 2023
1 parent 822edc1 commit 4f3be46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
msbuild-architecture: x64
- name: Install llvm and clang
run: choco install llvm gpac
- name: Setup vcpkg
run: mkdir C:\vcpkg\.cache
- name: Cache vcpkg
id: cache
uses: actions/cache@v3
Expand Down Expand Up @@ -77,6 +79,8 @@ jobs:
msbuild-architecture: x64
- name: Install llvm and clang
run: choco install llvm gpac
- name: Setup vcpkg
run: mkdir C:\vcpkg\.cache
- name: Cache vcpkg
id: cache
uses: actions/cache@v3
Expand Down

0 comments on commit 4f3be46

Please sign in to comment.