1 parent 22b39af commit b6752ffCopy full SHA for b6752ff
1 file changed
.github/workflows/nuitka-build.yml
@@ -62,6 +62,13 @@ jobs:
62
activate-environment: true
63
python-version: "3.13"
64
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
+
72
- name: Cache Nuitka
73
uses: actions/cache@v5
74
with:
0 commit comments