Skip to content

Commit

Permalink
ci(luarocks): setup rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Nov 20, 2023
1 parent 5022c86 commit 8bbb511
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ 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
- name: LuaRocks Upload
uses: nvim-neorocks/[email protected]
env:
Expand Down

0 comments on commit 8bbb511

Please sign in to comment.