Skip to content

Commit

Permalink
Add libreadline-dev because it's not available on UB24
Browse files Browse the repository at this point in the history
  • Loading branch information
dwai-wai committed Dec 13, 2024
1 parent 5bba510 commit 9a150c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
with:
version: latest
platform: x64
- uses: ConorMacBride/install-package@v1
with:
apt: libreadline-dev
version: latest
platform: x64
- run: |
mkdir -p build
cd build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: egor-tensin/setup-clang@v1
- uses: ConorMacBride/install-package@v1
with:
apt: valgrind
apt: valgrind libreadline-dev
version: latest
platform: x64
- run: |
Expand Down

0 comments on commit 9a150c6

Please sign in to comment.