Skip to content

Commit

Permalink
Merge pull request #508 from k-okada/fix_ci
Browse files Browse the repository at this point in the history
.github/workflows/config.yml: ppc64le/debian:buster ->  testing
  • Loading branch information
k-okada authored Apr 16, 2024
2 parents 25a473c + b5a5aa3 commit 5aded7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ if [ "$TRAVIS_OS_NAME" == "linux" ]; then
sed -i [email protected]/[email protected]/debian-security@ /etc/apt/sources.list
sed -i '/-updates/ s/^#*/#/' /etc/apt/sources.list
fi
if [[ "$DOCKER_IMAGE" == *"buster" ]] ; then
cat /etc/apt/sources.list
sed -i '[email protected]/debian [email protected]/debian buster@' /etc/apt/sources.list;
sed -i '/-updates/ s/^#*/#/' /etc/apt/sources.list
cat /etc/apt/sources.list
fi
if [ ! -e /usr/bin/sudo ] ; then apt-get update && apt-get install -y sudo; else sudo apt-get update; fi
travis_time_end

Expand Down

1 comment on commit 5aded7a

@k-okada
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for contributing EusLisp documentation

Please check latest documents before merging

PDF version of English manual: manual.pdf
PDF version of Japanese jmanual: jmanual.pdf
HTML version of English manual: manual.html
HTML version of Japanese manual: jmanual.html
Sphinx (ReST) version of English manual: manual.rst

Please sign in to comment.