We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de460f8 commit 4131f6cCopy full SHA for 4131f6c
.github/workflows/build-check.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install Dependencies
26
run: |
27
sudo apt-get update -yq
28
- sudo apt-get install --no-install-recommends liballegro4-dev libloadpng4-dev libflac++-dev luajit-5.1-dev libminizip-dev liblz4-dev libpng++-dev libx11-dev libboost-dev
+ sudo apt-get install --no-install-recommends liballegro4-dev libloadpng4-dev libflac++-dev luajit-5.1-dev liblua5.2-dev libminizip-dev liblz4-dev libpng++-dev libx11-dev libboost-dev
29
30
- name: Install Clang
31
# You may pin to the exact commit or the version.
0 commit comments