diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f294b3d..3f8c188 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,11 +28,11 @@ jobs: with: submodules: true - - name: Enable X86 and ARM build support - working-directory: ${{github.workspace}} - shell: pwsh - run: | - .\.github\workflows\EnableX86AndARM.ps1 + #- name: Enable X86 and ARM build support + # working-directory: ${{github.workspace}} + # shell: pwsh + # run: | + # .\.github\workflows\EnableX86AndARM.ps1 - name: Build working-directory: ${{github.workspace}} diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 837f45e..6bfdcd0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -26,11 +26,11 @@ jobs: with: submodules: true - - name: Enable X86 and ARM build support - working-directory: ${{github.workspace}} - shell: pwsh - run: | - .\.github\workflows\EnableX86AndARM.ps1 + #- name: Enable X86 and ARM build support + # working-directory: ${{github.workspace}} + # shell: pwsh + # run: | + # .\.github\workflows\EnableX86AndARM.ps1 - name: Build working-directory: ${{github.workspace}}