diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-03-23 10:02:00 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-03-23 10:02:00 (GMT) |
commit | 54c3da1b015abb6d222bb6e82ecee2239d85977f (patch) | |
tree | 7fcddfe361fbe9c45b5a7edffca2dccbb88ad33f | |
parent | 8bcbaa90506a12b8bbd89c268aff88dfe7a7a7ee (diff) | |
download | tk-54c3da1b015abb6d222bb6e82ecee2239d85977f.zip tk-54c3da1b015abb6d222bb6e82ecee2239d85977f.tar.gz tk-54c3da1b015abb6d222bb6e82ecee2239d85977f.tar.bz2 |
Build against Tcl's glyph_indexing_2 branch
-rw-r--r-- | .github/workflows/linux-with-tcl9-build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux-with-tcl9-build.yml b/.github/workflows/linux-with-tcl9-build.yml index 4b1ceed..9528e16 100644 --- a/.github/workflows/linux-with-tcl9-build.yml +++ b/.github/workflows/linux-with-tcl9-build.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v2 with: repository: tcltk/tcl - ref: main + ref: glyph_indexing_2 path: tcl - name: Setup Environment (compiler=${{ matrix.compiler }}) run: | @@ -119,7 +119,7 @@ jobs: uses: actions/checkout@v2 with: repository: tcltk/tcl - ref: main + ref: glyph_indexing_2 path: tcl - name: Setup Environment (compiler=${{ matrix.compiler }}) run: | |