Skip to content

Commit

Permalink
ci: 💚 remove boost from vcpkg step (windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xminent committed Dec 27, 2023
1 parent 0492640 commit 4115b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
uses: johnwason/vcpkg-action@v5
id: vcpkg
with:
pkgs: boost openssl zlib
pkgs: openssl zlib
triplet: ${{ matrix.arch }}-windows-static
cache-key: ${{ runner.os }}-${{ matrix.arch }}-vcpkg
token: ${{ github.token }}
Expand Down

0 comments on commit 4115b97

Please sign in to comment.