commit ce7e9e93fb9d69451e2613e5009db5a7b3858ae3 parent 3f4f96cf2c254601f1cbd6bb5ab88edf1bf8cf81 Author: Demonstrandum <moi@knutsen.co> Date: Mon, 29 Jun 2020 17:18:30 +0100 Don't use dev. 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 lib32readline7 lib32readline7-dev + run: sudo apt-get install lib32readline7 - name: make run: make