diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index eddbbf2..cca06e1 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Set up Prerequisites - run: sudo apt install build-essential + run: sudo apt install build-essential libreadline-dev - name: Show Make Version run: make --version