Skip to content

Commit

Permalink
Merge 8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Jan 10, 2025
2 parents 1c63482 + 22074a8 commit 7913a6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4
with:
path: tk
- name: Checkout Tcl 8.6
- name: Checkout Tcl 9.0
uses: actions/checkout@v4
with:
repository: tcltk/tcl
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
uses: actions/checkout@v4
with:
path: tk
- name: Checkout Tcl
- name: Checkout Tcl 9.0
uses: actions/checkout@v4
with:
repository: tcltk/tcl
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-with-tcl8-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4
with:
path: tk
- name: Checkout Tcl
- name: Checkout Tcl 8.7
uses: actions/checkout@v4
with:
repository: tcltk/tcl
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
uses: actions/checkout@v4
with:
path: tk
- name: Checkout Tcl
- name: Checkout Tcl 8.7
uses: actions/checkout@v4
with:
repository: tcltk/tcl
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-with-tcl91-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4
with:
path: tk
- name: Checkout Tcl
- name: Checkout Tcl 9.1
uses: actions/checkout@v4
with:
repository: tcltk/tcl
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
uses: actions/checkout@v4
with:
path: tk
- name: Checkout Tcl
- name: Checkout Tcl 9.1
uses: actions/checkout@v4
with:
repository: tcltk/tcl
Expand Down

0 comments on commit 7913a6a

Please sign in to comment.