commit 3f4f96cf2c254601f1cbd6bb5ab88edf1bf8cf81 parent 8bccafda8d67051e48dd42713a429a6cf87e2fbf Author: Demonstrandum <moi@knutsen.co> Date: Mon, 29 Jun 2020 17:16:48 +0100 Use readline7 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: sudo apt-get install lib32readline8 lib32readline8-dev + run: sudo apt-get install lib32readline7 lib32readline7-dev - name: make run: make