Skip to content

Commit

Permalink
adding liblua5.3-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarkerSL committed Apr 27, 2024
1 parent 0416aa5 commit b246169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/proxy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
- name: Lua Install
run: |
sudo apt-get update
sudo apt-get install build-essential libreadline-dev lua5.3 -y
sudo apt-get install build-essential libreadline-dev lua5.3 liblua5.3-dev -y
- name: Luarocks Install
run: |
sudo apt-get update && sudo apt-get install wget
sudo apt-get update && sudo apt-get install wget -y
wget https://luarocks.org/releases/luarocks-3.8.0.tar.gz
tar xzfp luarocks-3.8.0.tar.gz; cd luarocks-3.8.0
./configure && make && sudo make install
Expand Down

0 comments on commit b246169

Please sign in to comment.