forked from CringeStudios/element-desktop
Discard changes to .github/workflows/build_and_test.yaml
This commit is contained in:
parent
4613559bf9
commit
33107ca70b
11
.github/workflows/build_and_test.yaml
vendored
11
.github/workflows/build_and_test.yaml
vendored
@ -21,9 +21,8 @@ jobs:
|
|||||||
name: Windows
|
name: Windows
|
||||||
uses: ./.github/workflows/build_windows.yaml
|
uses: ./.github/workflows/build_windows.yaml
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
matrix:
|
||||||
arch: [x64, ia32, arm64]
|
arch: [x64, ia32]
|
||||||
with:
|
with:
|
||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
|
|
||||||
@ -83,10 +82,10 @@ jobs:
|
|||||||
artifact: linux-arm64-sqlcipher-static
|
artifact: linux-arm64-sqlcipher-static
|
||||||
executable: "/opt/Element/element-desktop"
|
executable: "/opt/Element/element-desktop"
|
||||||
prepare_cmd: "sudo apt-get -qq update && sudo apt install -y ./dist/*.deb"
|
prepare_cmd: "sudo apt-get -qq update && sudo apt install -y ./dist/*.deb"
|
||||||
# - name: Windows (x86)
|
- name: Windows (x86)
|
||||||
# os: windows-2022
|
os: windows-2022
|
||||||
# artifact: win-ia32
|
artifact: win-ia32
|
||||||
# executable: "./dist/win-ia32-unpacked/Element.exe"
|
executable: "./dist/win-ia32-unpacked/Element.exe"
|
||||||
- name: Windows (x64)
|
- name: Windows (x64)
|
||||||
os: windows-2022
|
os: windows-2022
|
||||||
artifact: win-x64
|
artifact: win-x64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user