diff --git a/.github/workflows/nuitka-compile.yml b/.github/workflows/nuitka-compile.yml index 79c67ef..627fe8d 100644 --- a/.github/workflows/nuitka-compile.yml +++ b/.github/workflows/nuitka-compile.yml @@ -22,7 +22,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - architecture: x64 + architecture: ${{ matrix.arch }} cache: 'pip' cache-dependency-path: | **/requirements*.txt