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:
16
16
- name : Install dependencies
17
17
run : |
18
18
brew update
19
- brew install tcl-tk@8 || true
19
+ brew install tcl-tk || true
20
20
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
25
25
- name : make
26
26
run : make
27
27
- name : install
You can’t perform that action at this time.
0 commit comments