Skip to content

Commit

Permalink
added luac to manual install props
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarkerSL committed Apr 26, 2024
1 parent 901807c commit 7067add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/proxy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -q libreadline-dev libncurses-dev -y
sudo apt-get install lua5.3 -y
sudo apt-get install lua5.3 luac5.3 -y
#############
# Note: leado/gh-actions-lua doesn't seem to work with self-hosted runners
Expand Down

0 comments on commit 7067add

Please sign in to comment.