diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index c940c73..7700af8 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -63,22 +63,22 @@ jobs: os: ubuntu-latest artifact: linux-amd64-sqlcipher-system executable: "/opt/Element/element-desktop" - prepare_cmd: "sudo apt install ./dist/*.deb" + prepare_cmd: "sudo apt-get -qq update && sudo apt install ./dist/*.deb" - name: "Linux (amd64) (sqlcipher: static)" os: ubuntu-latest artifact: linux-amd64-sqlcipher-static executable: "/opt/Element/element-desktop" - prepare_cmd: "sudo apt install ./dist/*.deb" + prepare_cmd: "sudo apt-get -qq update && sudo apt install ./dist/*.deb" - name: "Linux (arm64) (sqlcipher: system)" os: dind-l-arm64 artifact: linux-arm64-sqlcipher-system executable: "/opt/Element/element-desktop" - prepare_cmd: "sudo apt install -y ./dist/*.deb" + prepare_cmd: "sudo apt-get -qq update && sudo apt install -y ./dist/*.deb" - name: "Linux (arm64) (sqlcipher: static)" os: dind-l-arm64 artifact: linux-arm64-sqlcipher-static executable: "/opt/Element/element-desktop" - prepare_cmd: "sudo apt install -y ./dist/*.deb" + prepare_cmd: "sudo apt-get -qq update && sudo apt install -y ./dist/*.deb" - name: Windows (x86) os: windows-latest artifact: win-ia32