Skip to content

Commit

Permalink
ci: install lua 5.1 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Mar 24, 2024
1 parent e794fef commit c4c2c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gendoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Install all required modules
run: |
luarocks install neorg --deps-only
luarocks install --lua-version=5.1 neorg --deps-only
- name: Clone Wiki
uses: actions/checkout@v2
Expand Down

0 comments on commit c4c2c3c

Please sign in to comment.