From 0ce40067ed3cfc6ba9b793145dd5cd521bf06dc3 Mon Sep 17 00:00:00 2001 From: Adrian Sieber Date: Thu, 16 May 2024 15:34:43 +0000 Subject: [PATCH] CI: Install Lua for testing hooks --- .github/workflows/main.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a62d968..3d16f2b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Install Lua + uses: leafo/gh-actions-lua@v10 + - name: Cache .stack-work uses: actions/cache@v4 with: @@ -55,7 +58,11 @@ jobs: macos: runs-on: macos-14 steps: - - uses: actions/checkout@v4 + - name: Checkout + uses: actions/checkout@v4 + + - name: Install Lua + uses: leafo/gh-actions-lua@v10 - name: Cache .stack-work uses: actions/cache@v4