Skip to content

Commit

Permalink
fix: install lua through apt
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed Aug 11, 2024
1 parent d4dacef commit 3248275
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gen-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
contents: write
steps:
- uses: actions/checkout@master
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: "5.3" # Ubuntu lua-lgi supports 5.1-5.3
# - uses: leafo/gh-actions-lua@v10
# with:
# luaVersion: "5.3" # Ubuntu lua-lgi supports 5.1-5.3
- name: Install lgi/dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
# We don't strictly need awesome, but it includes all the dependencies I expect to have
packages: awesome
packages: awesome lua5.3
version: 1.0
- name: Generate README
run: ./scripts/gen-readme
Expand Down

0 comments on commit 3248275

Please sign in to comment.