Skip to content

Commit 64bd2fe

Browse files
committed
chore: try 5 enable linux-aarch64 build automation
Signed-off-by: Nick Mitchell <[email protected]>
1 parent 79035cf commit 64bd2fe

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
@@ -53,7 +53,7 @@ jobs:
5353
if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22.04-arm' # This must match the platform value defined above.
5454
run: |
5555
sudo apt-get update
56-
sudo apt-get install -y libwebkit2gtk-4.1-dev librsvg2-dev patchelf libgtk-3-dev libglib2.0-dev
56+
sudo apt-get install -y libwebkit2gtk-4.1-dev librsvg2-dev patchelf libgtk-3-dev libglib2.0-dev xdg-utils
5757
ls /usr/lib/*-linux-gnu/pkgconfig/gdk*
5858
5959
- name: install frontend dependencies

0 commit comments

Comments
 (0)