diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-23 07:55:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-23 07:55:19 (GMT) |
commit | e9d7f9d1730091e1812d22b78bf67f1c41d1bd50 (patch) | |
tree | f59c2d95b1d003907d7b579cafd77b6a8f0c9dcc /.github | |
parent | 48e8b9077922fe4f18c2c36fcd557b5996ef010a (diff) | |
parent | e02e1dd873a053c3cd75ad61fcc798be27392557 (diff) | |
download | tk-e9d7f9d1730091e1812d22b78bf67f1c41d1bd50.zip tk-e9d7f9d1730091e1812d22b78bf67f1c41d1bd50.tar.gz tk-e9d7f9d1730091e1812d22b78bf67f1c41d1bd50.tar.bz2 |
On github actions, build Tk 8.6 with Tcl 8.6
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux-build.yml | 2 | ||||
-rw-r--r-- | .github/workflows/mac-build.yml | 4 | ||||
-rw-r--r-- | .github/workflows/win-build.yml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 901105e..d43757e 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v2 with: repository: tcltk/tcl - ref: core-8-branch + ref: core-8-6-branch path: tcl - name: Setup Environment (compiler=${{ matrix.compiler }}) run: | diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 2760be9..247414a 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v2 with: repository: tcltk/tcl - ref: core-8-branch + ref: core-8-6-branch path: tcl - name: Prepare checked out repositories run: | @@ -72,7 +72,7 @@ jobs: uses: actions/checkout@v2 with: repository: tcltk/tcl - ref: core-8-branch + ref: core-8-6-branch path: tcl - name: Prepare checked out repositories run: | diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index 6c02a9e..518ffd5 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: core-8-6-branch path: tcl - name: Make Install Location working-directory: . @@ -98,7 +98,7 @@ jobs: uses: actions/checkout@v2 with: repository: tcltk/tcl - ref: core-8-branch + ref: core-8-6-branch path: tcl - name: Install MSYS2, Make run: choco install -y msys2 make |