Skip to content

Commit

Permalink
CI: Install Lua for testing hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed May 16, 2024
1 parent ba6dc56 commit 0ce4006
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0ce4006

Please sign in to comment.