Skip to content

Commit

Permalink
Merge branch 'modules' of https://github.com/platonvin/lum into modules
Browse files Browse the repository at this point in the history
  • Loading branch information
platonvin committed Nov 26, 2024
2 parents 689f362 + 4c5735f commit 19d6ce3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/cmake-linux-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ jobs:
with:
submodules: recursive

- name: Install GCC and Ninja
run: sudo apt-get update && sudo apt-get install -y build-essential gcc g++ ninja-build
- name: Maybe useful update
run: sudo apt update

- name: Cache APT Packages - GCC, Ninja, GLFW-needed ones
uses: awalsh128/[email protected]
with:
packages: wayland-protocols libwayland-dev libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev pkg-config build-essential gcc g++ ninja-build libxkbcommon-dev libwayland-client0.1-0 libwayland-cursor0 libwayland-egl1.0-0
execute_install_scripts: true # optional, set to true if you need to run install scripts

- name: Cache CMake and Build Files
uses: actions/cache@v3
Expand Down

0 comments on commit 19d6ce3

Please sign in to comment.