Skip to content

Commit 3b81246

Browse files
committed
ci: Include ARM-based Ubuntu 22.04 in conditional check
1 parent 2dd9560 commit 3b81246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
sudo apt-get install -yy --no-install-recommends \
193193
libgirepository1.0-dev \
194194
libopengl0
195-
elif [[ "${{ matrix.os }}" = ubuntu-22.04 ]]; then
195+
elif [[ "${{ matrix.os }}" = ubuntu-22.04 || "${{ matrix.os }}" = ubuntu-22.04-arm ]]; then
196196
sudo apt-get install -yy --no-install-recommends \
197197
gir1.2-gtk-4.0 \
198198
libgirepository1.0-dev

0 commit comments

Comments
 (0)