Skip to content
Snippets Groups Projects
Commit 794081f9 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

fix lua package name

parent 0a6bdcdc
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ build:ubuntu:
stage: build
before_script:
- apt update && apt install -y build-essential cmake
- apt install -y libglm-dev libglfw3-dev libopenal-dev libspdlog-dev libfreetype-dev libyaml-cpp-dev libassimp-dev libbullet-extras-dev libgtest-dev libgmock-dev liblua-dev
- apt install -y libglm-dev libglfw3-dev libopenal-dev libspdlog-dev libfreetype-dev libyaml-cpp-dev libassimp-dev libbullet-extras-dev libgtest-dev libgmock-dev liblua5.2-dev
script:
- cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
- cmake --build build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment