From 2e7749a883edc83992f6929158d85b86ae1f5cf8 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 27 Nov 2025 13:53:50 -0800 Subject: [PATCH] Fix? --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c352e951..334168f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: cache-on-failure: true - name: install dependencies (Linux only) - if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above. + if: startsWith(matrix.platform, 'ubuntu-') # This matches any Ubuntu platform run: | sudo apt-get update sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf