Skip to content

Commit 565a1c3

Browse files
committed
chore: try 3 enable linux-aarch64 build automation
Signed-off-by: Nick Mitchell <[email protected]>
1 parent 6c93477 commit 565a1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
rustup target add x86_64-apple-darwin
5151
5252
- name: install dependencies (ubuntu only)
53-
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
53+
if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-24.04' # This must match the platform value defined above.
5454
run: |
5555
sudo apt-get update
5656
sudo apt-get install -y libwebkit2gtk-4.1-dev librsvg2-dev patchelf libgtk-3-dev libglib2.0-dev

0 commit comments

Comments
 (0)