Skip to content

Commit

Permalink
ci(luarocks): add RUSTFLAGS: -A dead_code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Nov 20, 2023
1 parent 00229aa commit f2aa34a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: nvim-neorocks/luarocks-tag-release@v5
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
RUSTFLAGS: "$RUSTFLAGS -A dead_code"
with:
version: ${{ env.LUAROCKS_VERSION }}
test_interpreters: ""
Expand Down

0 comments on commit f2aa34a

Please sign in to comment.