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 64a1fb0 commit bd47f78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/[email protected]

- name: vcpkg installation
shell: bash
run: |
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
Expand All @@ -32,7 +33,7 @@ jobs:
./bootstrap-vcpkg.sh
fi
./vcpkg integrate install
./vcpkg install
./vcpkg install
- name: Configure CMake
Expand Down

0 comments on commit bd47f78

Please sign in to comment.