crepl

An intuitive calculator REPL.
git clone git://git.knutsen.co/crepl
Log | Files | Refs | README | LICENSE

commit bbd393c884bdbeecaa448c3e495e2c423970e74c
parent 4455d5b57facdc9e0d359e064db22923d683f7f7
Author: knutsen <samuel@knutsen.co>
Date:   Fri, 12 Mar 2021 15:14:10 +0000

Update CI to readline8.

Diffstat:
M.github/workflows/c.yml | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml @@ -14,6 +14,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: install-readline - run: sudo apt-get install lib32readline7 libreadline-dev + run: | + sudo apt-get update -y + sudo apt-get install -y lib32readline8 libreadline-dev + sudo apt-get upgrade -y - name: make run: make