crepl

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

commit 8bccafda8d67051e48dd42713a429a6cf87e2fbf
parent df3ed4f65b73266714663bf906fd0691e58277d1
Author: Demonstrandum <moi@knutsen.co>
Date:   Mon, 29 Jun 2020 17:12:25 +0100

Sudo in CI

Diffstat:
M.github/workflows/c.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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