We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c44dd5 commit 0766b55Copy full SHA for 0766b55
action.yml
@@ -31,15 +31,15 @@ runs:
31
mkdir ~/Steam
32
curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf - -C ~/Steam
33
34
- - name: Download Lua 5.3
35
- shell: bash
36
- run: |
37
- sudo apt-get install lua5.3
+ - name: Setup Lua
+ uses: leafo/gh-actions-lua@v12
+ with:
+ luaVersion: "5.3"
38
39
- name: Run gma packer
40
shell: bash
41
run: |
42
- lua5.3 ${{ github.action_path }}/gma.lua ${{ inputs.id }}.gma ${{ inputs.config }}
+ lua ${{ github.action_path }}/gma.lua ${{ inputs.id }}.gma ${{ inputs.config }}
43
44
- name: Create .vdf file
45
0 commit comments