Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Commit 1a2cc2d

Browse files
committed
build: install readline
1 parent 9f50feb commit 1a2cc2d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
permissions:
4242
contents: write
4343
steps:
44+
- name: Install dependencies
45+
run: sudo apt update && sudo apt install -y libreadline-dev
46+
4447
- name: Download sources
4548
uses: actions/download-artifact@v4
4649
with:

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
permissions:
3737
contents: write
3838
steps:
39+
- name: Install dependencies
40+
run: sudo apt update && sudo apt install -y libreadline-dev
41+
3942
- name: Download sources
4043
uses: actions/download-artifact@v4
4144
with:

0 commit comments

Comments
 (0)