Skip to content

Commit 08fe700

Browse files
author
jan.nijtmans
committed
checkout tclconfig from git
1 parent cab1935 commit 08fe700

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/linux-build.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@ jobs:
1515
- "clang"
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
19+
- name: Checkout tclconfig
20+
uses: actions/checkout@v5
21+
with:
22+
repository: tcltk/tclconfig
23+
ref: main
24+
path: tclconfig
1925
- name: Setup Environment (compiler=${{ matrix.compiler }})
2026
run: |
2127
sudo apt-get install tcl8.6-dev libgdbm-dev liblmdb-dev
2228
mkdir "$HOME/install dir"
23-
curl https://core.tcl-lang.org/tclconfig/tarball/main/tclconfig.tar.gz >tclconfig.tar.gz
24-
tar xfz tclconfig.tar.gz
2529
echo "CFGOPT=--with-tcl=/usr/lib/tcl8.6 --with-gdbm --with-lmdb" >> $GITHUB_ENV
2630
echo "CC=$COMPILER" >> $GITHUB_ENV
2731
env:

0 commit comments

Comments
 (0)