From 33107ca70ba049ad5c27df522931e118873cd0e2 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 18 Feb 2025 09:49:36 +0000 Subject: [PATCH] Discard changes to .github/workflows/build_and_test.yaml --- .github/workflows/build_and_test.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 13acfa72..3f4710b8 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -21,9 +21,8 @@ jobs: name: Windows uses: ./.github/workflows/build_windows.yaml strategy: - fail-fast: false matrix: - arch: [x64, ia32, arm64] + arch: [x64, ia32] with: arch: ${{ matrix.arch }} @@ -83,10 +82,10 @@ jobs: artifact: linux-arm64-sqlcipher-static executable: "/opt/Element/element-desktop" prepare_cmd: "sudo apt-get -qq update && sudo apt install -y ./dist/*.deb" - # - name: Windows (x86) - # os: windows-2022 - # artifact: win-ia32 - # executable: "./dist/win-ia32-unpacked/Element.exe" + - name: Windows (x86) + os: windows-2022 + artifact: win-ia32 + executable: "./dist/win-ia32-unpacked/Element.exe" - name: Windows (x64) os: windows-2022 artifact: win-x64