deps: update flake.lock #812
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "Test luarocks release" | |
on: | |
push: | |
tags: | |
- 'v*.*.*' | |
pull_request: | |
jobs: | |
luarocks-release: | |
runs-on: ubuntu-latest | |
name: Release | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Install build dependencies | |
run: | | |
sudo apt-get install -y libcurl4-openssl-dev | |
- name: Luarocks Upload | |
uses: ./ | |
env: | |
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }} | |
with: | |
dependencies: | | |
dkjson | |
lua-curl | |
labels: | | |
neovim | |
summary: "Luarocks release workflow for GitHub" | |
detailed_description: | | |
This is not a real lua package. | |
It exists for the purpose of testing the workflow. | |
copy_directories: | | |
{{ neovim.plugin.dirs }} | |
bin | |
extra_luarocks_args: | | |
CURL_INCDIR=/usr/include/x86_64-linux-gnu |