Skip to content

Commit

Permalink
Remove install dependencies step for Windows
Browse files Browse the repository at this point in the history
vcpkg will use the vcpkg.json files in the project dirs to do this automatically.
  • Loading branch information
kblaschke committed Apr 10, 2024
1 parent cfc0e3e commit d30c3ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ jobs:
runs-on: windows-latest

steps:
- name: Install Build Dependencies
run: vcpkg --triplet=x64-windows-static install glew gtest sdl2 poco

- name: Checkout libprojectM Sources
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit d30c3ca

Please sign in to comment.