Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wyzdwdz committed Dec 17, 2024
1 parent 758b6b9 commit d0464c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
apt update && apt upgrade -y
apt install -y git curl zip unzip tar gcc g++ make pkg-config python3 python3-jinja2 autoconf automake libtool '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev libegl1-mesa-dev libwayland-dev ninja-build pipx strace patchelf fakeroot squashfs-tools zsync xserver-xorg-core
pipx ensurepath && source ~/.bashrc
export PATH="${PATH}:/root/.local/bin"
pipx install cmake
pipx install git+https://github.com/AppImageCrafters/appimage-builder.git
cd /var/www
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
echo "deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ jammy-security multiverse" >> /etc/apt/sources.list
apt update
apt install -y git curl zip unzip tar gcc g++ gcc-aarch64-linux-gnu g++-aarch64-linux-gnu make pkg-config python3 python3-jinja2 autoconf automake libtool '^libxcb.*-dev':arm64 libx11-xcb-dev:arm64 libglu1-mesa-dev:arm64 libxrender-dev:arm64 libxi-dev:arm64 libxkbcommon-dev:arm64 libxkbcommon-x11-dev:arm64 libegl1-mesa-dev:arm64 libwayland-dev:arm64 '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev libegl1-mesa-dev libwayland-dev bison flex autoconf-archive ninja-build pipx strace patchelf fakeroot squashfs-tools zsync xserver-xorg-core:arm64
pipx ensurepath && source ~/.bashrc
export PATH="${PATH}:/root/.local/bin"
pipx install cmake
pipx install git+https://github.com/AppImageCrafters/appimage-builder.git
cd /var/www
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
echo "deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports/ jammy-security multiverse" >> /etc/apt/sources.list
apt update
apt install -y git curl zip unzip tar gcc g++ gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf make pkg-config python3 python3-jinja2 autoconf automake libtool '^libxcb.*-dev':armhf libx11-xcb-dev:armhf libglu1-mesa-dev:armhf libxrender-dev:armhf libxi-dev:armhf libxkbcommon-dev:armhf libxkbcommon-x11-dev:armhf libegl1-mesa-dev:armhf libwayland-dev:armhf '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev libegl1-mesa-dev libwayland-dev bison flex autoconf-archive ninja-build pipx strace patchelf fakeroot squashfs-tools zsync xserver-xorg-core:armhf
pipx ensurepath && source ~/.bashrc
export PATH="${PATH}:/root/.local/bin"
pipx install cmake
pipx install git+https://github.com/AppImageCrafters/appimage-builder.git
cd /var/www
Expand Down

0 comments on commit d0464c2

Please sign in to comment.