We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d76aff commit c6d2b4dCopy full SHA for c6d2b4d
.github/workflows/release-desktop.yml
@@ -72,12 +72,6 @@ jobs:
72
sudo apt-get update
73
sudo apt-get install -y -qq pkg-config libssl-dev libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
74
sudo apt-get install libssl-dev pkg-config libxcb-composite0-dev libx11-dev
75
- - name: Install deps
76
- if: matrix.build == 'aarch64-linux'
77
- run: |
78
- sudo dpkg --add-architecture arm64
79
- sudo apt-get update
80
- sudo apt-get install --assume-yes libssl-dev libssl-dev:arm64 zlib1g-dev zlib1g-dev:arm64
81
82
- name: Run cargo test
83
uses: actions-rs/cargo@v1
0 commit comments