Skip to content

Commit

Permalink
ci: properly configure the lua version to be used
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Mar 24, 2024
1 parent c4c2c3c commit df755b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gendoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:

- name: Install all required modules
run: |
luarocks config lua_version 5.1
luarocks install --lua-version=5.1 neorg --deps-only
- name: Clone Wiki
Expand Down

0 comments on commit df755b5

Please sign in to comment.