Skip to content

Commit

Permalink
GA: Try to check Tcl version - take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Apr 30, 2024
1 parent e52080f commit 51fd47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ check-cli/seguid-r:
$(MAKE) check-cli CLI_CALL="Rscript --no-init-file -e seguid::seguid --args"

check-cli/seguid-tcl: seguid-tcl
cd "$<"; $(MAKE) check-cli CLI_CALL="tclsh $(CURDIR)/$</seguid"
$(MAKE) check-cli CLI_CALL="tclsh $(CURDIR)/$</seguid"

check-cli/ALL: check-cli/seguid-javascript check-cli/seguid-python check-cli/seguid-r check-cli/seguid-tcl

Expand Down

0 comments on commit 51fd47b

Please sign in to comment.