diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index 7d54285..d5c58d2 100644 --- a/.gitea/workflows/pr.yml +++ b/.gitea/workflows/pr.yml @@ -13,11 +13,12 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + - name: Set up Lua - uses: leafo/setup-lua@v1 + uses: leafo/gh-actions-lua@v13 with: - lua-version: '5.1' - + luaVersion: "5.1" + - name: Compile Spearhead uses: https://git.dutchie031.com/dutchie031/DcsMissionScriptingTools/github-action@action/v0 with: