diff options
-rw-r--r-- | .github/workflows/linux-with-tcl8-build.yml | 4 | ||||
-rw-r--r-- | .github/workflows/onefiledist.yml | 6 | ||||
-rw-r--r-- | .github/workflows/win-build.yml | 2 |
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 |