Skip to content

Commit 08c87be

Browse files
committed
💚 Add libreadline-dev
1 parent 58e7f8f commit 08c87be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
- run: |
17+
sudo apt-get -y update
18+
sudo apt-get -y install libreadline-dev
1619
- uses: nvim-neorocks/luarocks-tag-release@v7
1720
env:
1821
LUAROCKS_API_KEY: ${{secrets.LUAROCKS_API_KEY}}

0 commit comments

Comments
 (0)