summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-24 15:24:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-24 15:24:23 (GMT)
commit6f21d7296a145b331e08a1d287f9ee577e86b696 (patch)
tree61b0497302e1d27ab02f87ee61f7152d50e668fc /.github
parent74ba371bd31e73d1f28135ac5c28abebca4c0f5b (diff)
downloadtk-6f21d7296a145b331e08a1d287f9ee577e86b696.zip
tk-6f21d7296a145b331e08a1d287f9ee577e86b696.tar.gz
tk-6f21d7296a145b331e08a1d287f9ee577e86b696.tar.bz2
Use this branch to test Tcl's "full-utf-for-87" branch.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux-with-tcl8-build.yml4
-rw-r--r--.github/workflows/onefiledist.yml6
-rw-r--r--.github/workflows/win-build.yml2
3 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/linux-with-tcl8-build.yml b/.github/workflows/linux-with-tcl8-build.yml
index 29998ec..6fd7aea 100644
--- a/.github/workflows/linux-with-tcl8-build.yml
+++ b/.github/workflows/linux-with-tcl8-build.yml
@@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: tcltk/tcl
- ref: core-8-branch
+ ref: full-utf-for-87
path: tcl
- name: Setup Environment (compiler=${{ matrix.compiler }})
run: |
@@ -133,7 +133,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: tcltk/tcl
- ref: core-8-branch
+ ref: full-utf-for-87
path: tcl
- name: Setup Environment (compiler=${{ matrix.compiler }})
run: |
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml
index 70e9379..74b66de 100644
--- a/.github/workflows/onefiledist.yml
+++ b/.github/workflows/onefiledist.yml
@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: tcltk/tcl
- ref: core-8-branch
+ ref: full-utf-for-87
path: tcl
- name: Setup Environment
run: |
@@ -83,7 +83,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: tcltk/tcl
- ref: core-8-branch
+ ref: full-utf-for-87
path: tcl
- name: Checkout create-dmg
uses: actions/checkout@v2
@@ -171,7 +171,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: tcltk/tcl
- ref: core-8-branch
+ ref: full-utf-for-87
path: tcl
- name: Setup Environment
run: |
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 8968f5d..a77d814 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: tcltk/tcl
- ref: core-8-branch
+ ref: full-utf-for-87
path: tcl
- name: Init MSVC
uses: ilammy/msvc-dev-cmd@v1