Skip to content

Commit

Permalink
Use sudo when installing Lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 committed Jul 13, 2023
1 parent 1c7421c commit 34b350f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ runs:
fi
fi
- name: Setup Lua
uses: xpol/setup-lua@master
with:
lua-version: "5.3.3"
shell: bash
run: |
sudo apt-get -qq update
sudo apt-get -qq install lua5.3
- name: Fetch scripts
shell: bash
run: |
Expand Down

0 comments on commit 34b350f

Please sign in to comment.