Skip to content

Commit 4af2ab1

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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}}

0 commit comments

Comments
 (0)