Commit c5abb10
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/307665305641 parent 23dfd7e commit c5abb10
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 36 | | |
43 | 37 | | |
44 | 38 | | |
| |||
0 commit comments