Skip to content

Commit

Permalink
Added separate env command
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinKennedy committed Jan 25, 2025
1 parent d1636b1 commit 4f291c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/luarocks-rockspec-expander/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ runs:
echo "executable=luajit" >> $GITHUB_ENV
fi
with:
macos: ${{ CHECK_FOR_LUA_WITH_WITH_BASH }}
linux: ${{ CHECK_FOR_LUA_WITH_WITH_BASH }}
macos: ${{ env.CHECK_FOR_LUA_WITH_WITH_BASH }}
linux: ${{ env.CHECK_FOR_LUA_WITH_WITH_BASH }}
windows: |
if (Get-Command lua -ErrorAction SilentlyContinue)
{
Expand Down

0 comments on commit 4f291c8

Please sign in to comment.