Skip to content

Commit

Permalink
add msbuild tools
Browse files Browse the repository at this point in the history
  • Loading branch information
munnsmunns committed Apr 22, 2024
1 parent facf91e commit 82cf8eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
max-parallel: 4
matrix:
python-version: ["3.11"]
os: ["windows-2022"]
os: ["windows-2024"]
steps:
- uses: actions/checkout@v3
# - name: install nlopt
Expand All @@ -37,6 +37,7 @@ jobs:
# git clone --depth 1 --branch 3.4.0 https://gitlab.com/libeigen/eigen.git
# ls ${{github.workspace}}\eigen\Eigen\src
# echo "EIGEN_DIR=${{github.workspace}}\eigen\Eigen\src" >> $env:GITHUB_ENV
- uses: microsoft/setup-msbuild@v2
- name: install gsl
shell: pwsh
run: |
Expand Down

0 comments on commit 82cf8eb

Please sign in to comment.