Skip to content

Commit 0c373ba

Browse files
authored
Update release.yml
1 parent ba45383 commit 0c373ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
packages: 'platform-tools platforms;android-34 build-tools;34.0.0 ndk;27.0.12077973 cmake;3.22.1'
122122

123123
- name: Install Linux Dependencies
124-
if: matrix.platform == 'linux-x86_64' || 'linux-aarch64'
124+
if: matrix.platform == 'linux-x86_64' || matrix.platform == 'linux-aarch64'
125125
run: |
126126
sudo apt-get update
127127
sudo apt-get install -y locate libgtk-3-dev libgl1-mesa-dev xorg-dev ninja-build

0 commit comments

Comments
 (0)