Skip to content

Commit

Permalink
feat: move entirely to gh workflows, update dependency requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Feb 16, 2024
1 parent 617c3a8 commit ec9cd16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
workflow_dispatch:

jobs:
# This workflow contains a single job called "build"
luarocks-upload:
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
runs-on: ubuntu-22.04
Expand All @@ -20,9 +19,10 @@ jobs:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
version: ${{ env.LUAROCKS_VERSION }}
test_interpreters: ""
test_interpreters: null
dependencies: |
luarocks-build-rust-binary
lua >= 5.1
luarocks-build-rust-binary >= 3.0.0
labels: |
rust
norgopolis
Expand Down
24 changes: 0 additions & 24 deletions norgopolis-server.lua-0.1.0-1.rockspec

This file was deleted.

0 comments on commit ec9cd16

Please sign in to comment.