Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

fix(ci): install build dependencies for lua-curl when uploading to … #5

fix(ci): install build dependencies for lua-curl when uploading to …

fix(ci): install build dependencies for lua-curl when uploading to … #5

Workflow file for this run

name: Luarocks release
on:
push:
releases:
types:
- created
tags:
- "*"
workflow_dispatch:
jobs:
luarocks-release:
runs-on: ubuntu-latest
name: Luarocks upload
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0 # Required to count the commits
- name: Install build dependencies
run: apt-get install -y libcurl4-gnutls-dev
- name: Luarocks Upload
uses: mrcjkb/luarocks-tag-release@v5
with:
dependencies: |
nvim-nio
lua-curl
mimetypes
xml2lua
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}