Skip to content

Commit

Permalink
update vs17 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rekola committed Feb 6, 2024
1 parent 88c745d commit c632283
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/vs17-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
- name: Configure
working-directory: ${{github.workspace}}
run: |
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./vcpkg/bootstrap-vcpkg.sh
vcpkg integrate install
vcpkg install catch2
mkdir build
cd build && cmake -G "${{matrix.gen}}" -A ${{matrix.arch}} ..
Expand Down

0 comments on commit c632283

Please sign in to comment.