Skip to content

Commit

Permalink
back to pulling lua from apt-get
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 f5a7fe3 commit fbd8d14
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/proxy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,7 @@ jobs:
- name: Lua Install
run: |
sudo apt-get update
sudo apt-get install build-essential libreadline-dev -y
mkdir lua_build && cd lua_build
curl -R -O http://www.lua.org/ftp/lua-5.3.6.tar.gz
tar xzf lua-5.3.6.tar.gz && cd lua-5.3.6
make linux test
sudo make install
sudo apt-get install build-essential libreadline-dev lua5.3 -y
- name: Luarocks Install
run: |
Expand Down

0 comments on commit fbd8d14

Please sign in to comment.