Skip to content

Commit 34b350f

Browse files
committed
Use sudo when installing Lua
1 parent 1c7421c commit 34b350f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,10 @@ runs:
7979
fi
8080
fi
8181
- name: Setup Lua
82-
uses: xpol/setup-lua@master
83-
with:
84-
lua-version: "5.3.3"
82+
shell: bash
83+
run: |
84+
sudo apt-get -qq update
85+
sudo apt-get -qq install lua5.3
8586
- name: Fetch scripts
8687
shell: bash
8788
run: |

0 commit comments

Comments
 (0)