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 2dd9560 commit 3b81246Copy full SHA for 3b81246
.github/workflows/tests.yml
@@ -192,7 +192,7 @@ jobs:
192
sudo apt-get install -yy --no-install-recommends \
193
libgirepository1.0-dev \
194
libopengl0
195
- elif [[ "${{ matrix.os }}" = ubuntu-22.04 ]]; then
+ elif [[ "${{ matrix.os }}" = ubuntu-22.04 || "${{ matrix.os }}" = ubuntu-22.04-arm ]]; then
196
197
gir1.2-gtk-4.0 \
198
libgirepository1.0-dev
0 commit comments