Skip to content

Commit

Permalink
Try to fix TCLDIR and TKDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Jan 23, 2024
1 parent a10bf34 commit e74c39b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:

- name: Build TkGL for Tcl/Tk 8 and 9
run: |
nmake TCLDIR=..\..\tcl8 TKDIR=..\..\tk8 -f makefile.vc
nmake TCLDIR=..\..\tcl9 TKDIR=..\..\tk9 -f makefile.vc
nmake TCLDIR=..\tcl8 TKDIR=..\tk8 -f makefile.vc
nmake TCLDIR=..\tcl9 TKDIR=..\tk9 -f makefile.vc
shell: cmd
working-directory: win

Expand Down

0 comments on commit e74c39b

Please sign in to comment.