Skip to content

Commit

Permalink
trying to compile on windows x86
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Apr 9, 2024
1 parent e246574 commit 2aa9022
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,11 @@ jobs:
with:
submodules: true

- name: Setup Python
- name: Setup Python ${{ matrix.python.version }} ${{ matrix.win_arch.msvc}}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python.version }}
architecture: ${{ matrix.win_arch.msvc}}

- name: Setup MSVC ${{ matrix.win_arch.msvc}}
uses: bus1/cabuild/action/msdevshell@e22aba57d6e74891d059d66501b6b5aed8123c4d # v1
Expand Down

0 comments on commit 2aa9022

Please sign in to comment.