Skip to content

Commit

Permalink
Fix the AppImages for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravbug authored Oct 2, 2024
1 parent 769d959 commit 0532101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update -y
sudo apt remove build-essential -y
sudo apt install gcc-13 g++-13 gcc-13 clang-18 llvm-18 lld-18 snap ninja-build libgl1-mesa-dev uuid-dev libwayland-dev libxkbcommon-dev libasound2-dev libegl-dev libvulkan-dev libx11-xcb-dev libxcb-dri2-0-dev libxcb-glx0-dev libxcb-icccm4-dev libxcb-keysyms1-dev libxcb-randr0-dev libxrandr-dev libxxf86vm-dev mesa-common-dev tree -y --no-install-recommends
sudo apt install gcc-13 g++-13 clang-18 llvm-18 lld-18 libfuse2 snap ninja-build libgl1-mesa-dev uuid-dev libwayland-dev libxkbcommon-dev libasound2-dev libegl-dev libvulkan-dev libx11-xcb-dev libxcb-dri2-0-dev libxcb-glx0-dev libxcb-icccm4-dev libxcb-keysyms1-dev libxcb-randr0-dev libxrandr-dev libxxf86vm-dev mesa-common-dev tree -y --no-install-recommends
sudo snap install cmake --classic
cmake --version
- name: Configure
Expand All @@ -40,7 +40,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: RavEngine_Samples_linux64_${{ matrix.compiler.cc }}
path: build/*.AppImage
path: build/Release/*.AppImage

build-linux-arm:
name: Build Samples for Linux arm64
Expand Down

0 comments on commit 0532101

Please sign in to comment.