Skip to content

Commit

Permalink
ENH: change package manager to vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunner246 committed Jun 1, 2024
1 parent 56ee7dc commit e57719b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: vcpkg-action
uses: johnwason/vcpkg-action@v6
with:
vcpkg-json: vcpkg.json
pkgs: boost-date-time
triplet: ${{ matrix.os }}

- name: Install dependencies
run: vcpkg install
Expand Down Expand Up @@ -56,7 +57,4 @@ jobs:
with:
pkgs: boost-date-time
triplet: ${{ matrix.config.vcpkg_triplet }}
# cache-key: ${{ matrix.config.os }}
# revision: master
# token: ${{ github.token }}
# github-binarycache: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e57719b

Please sign in to comment.