Skip to content

Commit

Permalink
Forgot to add the -y flag on the apt-get install
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 0f363ca commit f5a7fe3
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 @@ -46,7 +46,7 @@ jobs:
- name: Lua Install
run: |
sudo apt-get update
sudo apt-get install build-essential libreadline-dev
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
Expand Down

0 comments on commit f5a7fe3

Please sign in to comment.