Fix nightly pass in test
This commit is contained in:
@@ -190,7 +190,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
artifact: linux-${{ inputs.arch }}-sqlcipher-${{ inputs.sqlcipher }}
|
artifact: linux-${{ inputs.arch }}-sqlcipher-${{ inputs.sqlcipher }}
|
||||||
runs-on: ${{ inputs.arch == 'arm64' && 'ubuntu-22.04-arm' || 'ubuntu-22.04' }}
|
runs-on: ${{ inputs.arch == 'arm64' && 'ubuntu-22.04-arm' || 'ubuntu-22.04' }}
|
||||||
executable: /opt/Element/element-desktop*
|
executable: /opt/Element*/element-desktop*
|
||||||
prepare_cmd: |
|
prepare_cmd: |
|
||||||
sudo apt-get -qq update
|
sudo apt-get -qq update
|
||||||
sudo apt install ./dist/*.deb
|
sudo apt install ./dist/*.deb
|
||||||
|
|||||||
Reference in New Issue
Block a user