Skip to content

Commit d30c3ca

Browse files
committed
Remove install dependencies step for Windows
vcpkg will use the vcpkg.json files in the project dirs to do this automatically.
1 parent cfc0e3e commit d30c3ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ jobs:
6565
runs-on: windows-latest
6666

6767
steps:
68-
- name: Install Build Dependencies
69-
run: vcpkg --triplet=x64-windows-static install glew gtest sdl2 poco
70-
7168
- name: Checkout libprojectM Sources
7269
uses: actions/checkout@v3
7370
with:

0 commit comments

Comments
 (0)