Skip to content

Commit 9840211

Browse files
committed
💚 Fix CI/CD
1 parent cd39a05 commit 9840211

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18+
- run: |
19+
sudo apt-get -y update
20+
sudo apt-get -y install libssl-dev
1821
- uses: nvim-neorocks/luarocks-tag-release@v7
1922
env:
2023
LUAROCKS_API_KEY: ${{secrets.LUAROCKS_API_KEY}}

template.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ end
3333

3434
build = {
3535
type = 'builtin',
36-
copy_directories = { 'plugin', 'assets', 'scripts' } ,
36+
copy_directories = { 'plugin', 'scripts' } ,
3737
install = {
3838
conf = {
3939
['..'] = 'shell.nix',

0 commit comments

Comments
 (0)