File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161
6262 - name : install dependencies (ubuntu only)
6363 run : |
64- sudo dpkg --add-architecture arm64
6564 sudo apt-get update
6665 sudo apt-get install -y \
6766 build-essential \
7372 libayatana-appindicator3-dev \
7473 librsvg2-dev \
7574 pkg-config \
76- gcc-aarch64-linux-gnu g++-aarch64-linux-gnu \
77- libglib2.0-dev:arm64 \
78- libgdk-pixbuf-2.0-dev:arm64 \
79- libatk1.0-dev:arm64 \
80- libgtk-3-dev:arm64 \
81- libpango1.0-dev:arm64 \
82- libcairo2-dev:arm64
83-
84- # Pin webkitgtk to 2.44 for tauri
75+ gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
76+
77+ # Pin webkitgtk to 2.44 for tauri (amd64 only, needed for build tooling)
8578 mkdir -p /tmp/ubuntu-packages
8679 cd /tmp/ubuntu-packages
8780 wget https://launchpadlibrarian.net/723972773/libwebkit2gtk-4.1-0_2.44.0-0ubuntu0.22.04.1_amd64.deb
9992 sudo apt-get install -y /tmp/ubuntu-packages/*.deb
10093 env :
10194 PKG_CONFIG_ALLOW_CROSS : 1
102- PKG_CONFIG_PATH : /usr/lib/aarch64-linux-gnu/pkgconfig
103- PKG_CONFIG_SYSROOT_DIR : /
95+
10496
10597 - name : Install and prepare
10698 run : |
You can’t perform that action at this time.
0 commit comments