Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Jun 9, 2024
1 parent 1da28c7 commit be26cc5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,16 @@ jobs:
include:
- vsversion: 2019
os: windows-2019
toolset: "14.2"
boost_version: 77
- vsversion: 2022
os: windows-2022
toolset: "14.4"
boost_version: 85
steps:
- uses: actions/checkout@v4
- name: Setup MSVC++ environment
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64
toolset: ${{ matrix.toolset }}
vsversion: ${{ matrix.vsversion }}
- name: Setup Boost
run: |
Expand Down

0 comments on commit be26cc5

Please sign in to comment.