Skip to content

Commit

Permalink
Added workflows for Linux, Windows and Apple
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Jul 8, 2024
1 parent 7a720c5 commit ebac5e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/common-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
if: startsWith(inputs.os, 'windows')
run: echo "C:/Users/runneradmin/AppData/Roaming/luarocks/bin" >> $GITHUB_PATH

- name: Ensure LuaRocks lib is in LUA_CPATH
run: echo "::set-env name=LUA_CPATH::${{ env.LUA_CPATH }};C:/Users/runneradmin/AppData/Roaming/luarocks/lib/lua/${{ inputs.lua-version }}/?.dll"

- name: Run example
run: lua example/example.lua

Expand Down

0 comments on commit ebac5e2

Please sign in to comment.