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 6c93477 commit 565a1c3Copy full SHA for 565a1c3
.github/workflows/release-ui.yml
@@ -50,7 +50,7 @@ jobs:
50
rustup target add x86_64-apple-darwin
51
52
- name: install dependencies (ubuntu only)
53
- if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
+ if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-24.04' # This must match the platform value defined above.
54
run: |
55
sudo apt-get update
56
sudo apt-get install -y libwebkit2gtk-4.1-dev librsvg2-dev patchelf libgtk-3-dev libglib2.0-dev
0 commit comments