Skip to content

Commit

Permalink
ci: fix luarocks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Sep 10, 2024
1 parent aa012f6 commit a9eca46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # Required to count the commits
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: ""
- name: Get Version
run: echo "LUAROCKS_VERSION=$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV
- name: Luarocks Upload
Expand Down

0 comments on commit a9eca46

Please sign in to comment.