We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd39a05 commit 4af2ab1Copy full SHA for 4af2ab1
1 file changed
.github/workflows/main.yml
@@ -15,6 +15,9 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
18
+ - run: |
19
+ sudo apt-get -y update
20
+ sudo apt-get -y install libssl-dev
21
- uses: nvim-neorocks/luarocks-tag-release@v7
22
env:
23
LUAROCKS_API_KEY: ${{secrets.LUAROCKS_API_KEY}}
0 commit comments