Skip to content

Commit

Permalink
added github workflows: install tdom (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerily committed Aug 28, 2024
1 parent 2cf2b89 commit b3de102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
curl -L -O http://tdom.org/downloads/tdom-0.9.4-src.tar.gz
tar -xzvf tdom-0.9.4-src.tar.gz
cd tdom-0.9.4/unix
cd tdom-0.9.4-src/unix
../configure --with-tcl=$HOME/tcl_install/lib --prefix=$HOME/tcl_install || {
cat config.log
echo "::error::Failure during Configure tdom"
Expand Down

0 comments on commit b3de102

Please sign in to comment.