Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EvandroLG authored Jan 6, 2024
1 parent 5d409d6 commit ce278d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ jobs:
- name: Configure Lua header files for Luarocks
run: |
sudo luarocks config --lua-version=5.3 --with-lua-include=/usr/include/lua5.3
export LUA_PATH=/usr/include/lua5.3
export LUA_DIR=/usr/include/lua5.3
sudo luarocks config variables.LUA_INCDIR /usr/include/lua5.3
sudo luarocks config variables.LUA_LIBDIR /usr/lib/x86_64-linux-gnu
sudo luarocks config variables.LUA_BINDIR /usr/bin
- name: Install dependencies
run: sudo make install_dependencies
Expand Down

0 comments on commit ce278d5

Please sign in to comment.