Skip to content

Commit c5abb10

Browse files
committed
fix: remove redundant symlink from workflow
Not needed, because luajit-openresty build ends up doing this: ln -sf luajit-2.1.1723681758 /home/runner/work/command-t/command-t/.lua/bin/luajit ==== Successfully installed LuaJIT 2.1.1723681758 to /home/runner/work/command-t/command-t/.lua ==== In fact, the removed step fails because of this: ln: failed to create symbolic link 'luajit': File exists As seen in: - https://github.com/wincent/command-t/actions/runs/11072400295/job/30766530564
1 parent 23dfd7e commit c5abb10

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/lua.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ jobs:
3333
with:
3434
luaVersion: luajit-openresty
3535

36-
- name: Symlink luajit
37-
run: |
38-
pushd .lua/bin
39-
ln -s lua luajit
40-
popd
41-
4236
- name: Build extension (release)
4337
run: |
4438
pushd lua/wincent/commandt/lib

0 commit comments

Comments
 (0)