Skip to content

Commit

Permalink
some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Dec 24, 2023
1 parent 8c018fd commit babdccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y build-essential libglfw3-dev libglfw3 libglew-dev libglm-dev libpng-dev libopenal-dev cmake squashfs-tools
sudo apt-get install liblua5.1-0-dev
sudo apt-get remove liblua5.1-0-dev
sudo apt-get install liblua5.1-dev
sudo apt-get remove liblua5.1-dev
sudo apt-get install libluajit-5.1-dev
sudo ln -s /usr/include/luajit-2.1 /usr/include/lua
- name: configure
Expand Down

0 comments on commit babdccd

Please sign in to comment.