We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba45383 commit 0c373baCopy full SHA for 0c373ba
1 file changed
.github/workflows/release.yml
@@ -121,7 +121,7 @@ jobs:
121
packages: 'platform-tools platforms;android-34 build-tools;34.0.0 ndk;27.0.12077973 cmake;3.22.1'
122
123
- name: Install Linux Dependencies
124
- if: matrix.platform == 'linux-x86_64' || 'linux-aarch64'
+ if: matrix.platform == 'linux-x86_64' || matrix.platform == 'linux-aarch64'
125
run: |
126
sudo apt-get update
127
sudo apt-get install -y locate libgtk-3-dev libgl1-mesa-dev xorg-dev ninja-build
0 commit comments