File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616 - name : Install dependencies
1717 run : |
1818 brew update
19- brew install tcl-tk@8 || true
19+ brew install tcl-tk || true
2020 sudo mkdir -p /usr/local
21- sudo ln -sf /usr/local/opt/tcl-tk@8 /include/tcl-tk /usr/local/include/tcl8.6
22- sudo install /usr/local/opt/tcl-tk@8 /lib/libtcl* /usr/local/lib
23- sudo ln -sf /usr/local/opt/tcl-tk@8 /bin/tclsh8.6 /usr/local/bin/tclsh
24- sudo ln -sf /usr/local/opt/tcl-tk@8 /bin/tclsh8.6 /usr/local/bin/tclsh8.6
21+ sudo ln -sf /usr/local/opt/tcl-tk/include/tcl-tk /usr/local/include/tcl8.6
22+ sudo install /usr/local/opt/tcl-tk/lib/libtcl* /usr/local/lib
23+ sudo ln -sf /usr/local/opt/tcl-tk/bin/tclsh8.6 /usr/local/bin/tclsh
24+ sudo ln -sf /usr/local/opt/tcl-tk/bin/tclsh8.6 /usr/local/bin/tclsh8.6
2525 - name : make
2626 run : make
2727 - name : install
You can’t perform that action at this time.
0 commit comments