Skip to content

Commit

Permalink
ci(luarocks): fix (#28)
Browse files Browse the repository at this point in the history
* ci(luarocks): setup rust toolchain

* ci(luarocks): use v5 tag

* ci(luarocks): unset rustflags
  • Loading branch information
mrcjkb authored Nov 20, 2023
1 parent 5022c86 commit c38295a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ jobs:
fetch-depth: 0 # Required to count the commits
- name: Get Version
run: echo "LUAROCKS_VERSION=$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: ""
- name: LuaRocks Upload
uses: nvim-neorocks/luarocks-tag-release@v5.2
uses: nvim-neorocks/luarocks-tag-release@v5
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
Expand Down

0 comments on commit c38295a

Please sign in to comment.