Skip to content

Commit b6752ff

Browse files
committed
setup ig
1 parent 22b39af commit b6752ff

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/nuitka-build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ jobs:
6262
activate-environment: true
6363
python-version: "3.13"
6464

65+
# 2. Setup MSVC Compiler with explicit architecture based on the matrix variable
66+
- name: Setup MSVC Environment
67+
if: ${{ matrix.name == 'windows-arm' }}
68+
uses: ilammy/msvc-dev-cmd@v1
69+
with:
70+
arch: amd64_arm64
71+
6572
- name: Cache Nuitka
6673
uses: actions/cache@v5
6774
with:

0 commit comments

Comments
 (0)