Skip to content

Commit

Permalink
add lua homebrew path
Browse files Browse the repository at this point in the history
  • Loading branch information
missdeer committed Jan 18, 2024
1 parent da473ca commit b246685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cd golua/lua
git clone --depth 1 https://github.com/LuaJIT/LuaJIT.git luajit
gsed -i 's/HOST_LUA=/HOST_LUA=lua/g' luajit/src/Makefile
./buildlua.sh
env PATH=$PATH:/usr/local/Cellar/[email protected]/5.1.5_8/bin ./buildlua.sh
cd -
- name: Build GetNovel on Linux
Expand Down

0 comments on commit b246685

Please sign in to comment.